#CEBEDA Perspective
#CEBEDA (Perspective) RGB value is (206, 190, 218).
Red value is 206, green value is 190, and blue value is 218.
Cylindrical-coordinate representations (HSL) of color #CEBEDA: hue: 274°, saturation: 27.5%, and lightness: 80%.
Process color (CMYK) of #CEBEDA is 5.5%, 12.8%, 0%, 14.5%. Web safe color equivalent of #CEBEDA is ##CCCCCC. Color #CEBEDA contains mainly Magenta.
Color Spaces
| Color spaces of #CEBEDA | Value |
|---|---|
| RGB | 206, 190, 218 |
| HSL | 274°, 27.5%, 80% |
| HSV / HSB | 274°, 12.8%, 85.5% |
| CMYK | 5.5%, 12.8%, 0%, 14.5% |
| XYZ | 56.52, 55.01, 73.96 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001110 | 10111110 | 11011010 |
| Octal | 316 | 276 | 332 |
| Decimal | 206 | 190 | 218 |
| Hex | CE | BE | DA |
Shades of #CEBEDA
Tints of #CEBEDA
.mybgColor { background-color: #CEBEDA; }
.myforeColor { color: #CEBEDA; }
.myborderColor { border: 3px solid #CEBEDA; }
<p style="color:#CEBEDA">Text here</p>
This sample text is styled with font color #CEBEDA. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CEBEDA">Div content here</div>
<div style="border:3px solid #CEBEDA">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206, 190, 218, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CEBEDA; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CEBEDA;
-webkit-box-shadow: 1px 1px 3px #CEBEDA;
box-shadow: 1px 1px 3px #CEBEDA; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #CEBEDA (Perspective)
Color Overview & Profile: Color #CEBEDA, also known as Perspective, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 81% Red (206/255), 75% Green (190/255), and 85% Blue (218/255). The primary color family component is Magenta.
Print & Physical Production Specs: For physical print production and offset printing setups, #CEBEDA translates into the CMYK subtractive color model with values of 5.5% Cyan, 12.8% Magenta, 0% Yellow, and 14.5% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 274°, saturation of 27.5%, and lightness of 80%.
Web Accessibility & Design Recommendations: When implementing #CEBEDA in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CCCCCC.
