Shades of Prelude #CEBFD2
Tints of Prelude #CEBFD2
RGB
CMYK
RGB Variations
Color information
#CEBFD2 (or 0xCEBFD2) is known color: Prelude. HEX triplet: CE, BF and D2. RGB value is (206,191,210). Sum of RGB (Red+Green+Blue) = 206+191+210=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFD2 is #31402D. Grayscale: #C5C5C5. Windows color (decimal): -3227694 or 13811662. OLE color: 13811662.
HSL color Cylindrical-coordinate representation of color #CEBFD2: hue angle of 287.37º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBFD2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 191 | 210 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.18 |
| HSL | 287.37º | 0.17% | 0.79% | - |
| HSV(B) | 287.37º | 0.09% | 0.82% | - |
| XYZ | 55.72 | 55.04 | 68.66 | - |
| YUV | 197.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 210 | 0.02 | 0.09 | 0 | 0.18 | 287.37 | 0.17 | 0.79 |
| Hex | CE | BF | D2 | 2 | 9 | 0 | 12 | 11F | 11 | 4F |
| Octal | 316 | 277 | 322 | 2 | 11 | 0 | 22 | 437 | 21 | 117 |
| Binary | 11001110 | 10111111 | 11010010 | 10 | 1001 | 0 | 10010 | 100011111 | 10001 | 1001111 |
Color Harmonies of #CEBFD2
Complementary color
Monochromatic Colors of #CEBFD2
Black with #CEBFD2
Text Example
Text Example
White with #CEBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFD2; }
p { color: rgb(206,191,210); }
H1.HeaderClassName
{
color: #CEBFD2;
}
.AnyTagClassName
{
color: #CEBFD2;
}
</style>
background-color css
<style>
a { background-color: #CEBFD2; }
a { background-color: rgb(206,191,210); }
div.DivClassName
{
background-color: #CEBFD2;
}
.BgClassName
{
background-color: #CEBFD2;
}
</style>
border-color css
<style>
span { border-color: #CEBFD2; }
span { border-color: rgb(206,191,210); }
td.TdClassName
{
border-color: #CEBFD2;
}
.TagClassName
{
border-color: #CEBFD2;
}
</style>