Shades of Prelude #CBAFD2
Tints of Prelude #CBAFD2
RGB
CMYK
RGB Variations
Color information
#CBAFD2 (or 0xCBAFD2) is known color: Prelude. HEX triplet: CB, AF and D2. RGB value is (203,175,210). Sum of RGB (Red+Green+Blue) = 203+175+210=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFD2 is #34502D. Grayscale: #BBBBBB. Windows color (decimal): -3428398 or 13807563. OLE color: 13807563.
HSL color Cylindrical-coordinate representation of color #CBAFD2: hue angle of 288º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBAFD2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 175 | 210 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.18 |
| HSL | 288º | 0.28% | 0.75% | - |
| HSV(B) | 288º | 0.17% | 0.82% | - |
| XYZ | 51.59 | 48.01 | 67.52 | - |
| YUV | 187.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 210 | 0.03 | 0.17 | 0 | 0.18 | 288 | 0.28 | 0.75 |
| Hex | CB | AF | D2 | 3 | 11 | 0 | 12 | 120 | 1C | 4B |
| Octal | 313 | 257 | 322 | 3 | 21 | 0 | 22 | 440 | 34 | 113 |
| Binary | 11001011 | 10101111 | 11010010 | 11 | 10001 | 0 | 10010 | 100100000 | 11100 | 1001011 |
Color Harmonies of #CBAFD2
Complementary color
Monochromatic Colors of #CBAFD2
Black with #CBAFD2
Text Example
Text Example
White with #CBAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFD2; }
p { color: rgb(203,175,210); }
H1.HeaderClassName
{
color: #CBAFD2;
}
.AnyTagClassName
{
color: #CBAFD2;
}
</style>
background-color css
<style>
a { background-color: #CBAFD2; }
a { background-color: rgb(203,175,210); }
div.DivClassName
{
background-color: #CBAFD2;
}
.BgClassName
{
background-color: #CBAFD2;
}
</style>
border-color css
<style>
span { border-color: #CBAFD2; }
span { border-color: rgb(203,175,210); }
td.TdClassName
{
border-color: #CBAFD2;
}
.TagClassName
{
border-color: #CBAFD2;
}
</style>