Shades of Prelude #CABDCF
Tints of Prelude #CABDCF
RGB
CMYK
RGB Variations
Color information
#CABDCF (or 0xCABDCF) is known color: Prelude. HEX triplet: CA, BD and CF. RGB value is (202,189,207). Sum of RGB (Red+Green+Blue) = 202+189+207=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCF is #354230. Grayscale: #C2C2C2. Windows color (decimal): -3490353 or 13614538. OLE color: 13614538.
HSL color Cylindrical-coordinate representation of color #CABDCF: hue angle of 283.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABDCF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 189 | 207 | - |
CMYK | 0.02 | 0.09 | 0 | 0.19 |
HSL | 283.33º | 0.16% | 0.78% | - |
HSV(B) | 283.33º | 0.09% | 0.81% | - |
XYZ | 53.82 | 53.46 | 66.51 | - |
YUV | 194.94 | 134.81 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 207 | 0.02 | 0.09 | 0 | 0.19 | 283.33 | 0.16 | 0.78 |
Hex | CA | BD | CF | 2 | 9 | 0 | 13 | 11B | 10 | 4E |
Octal | 312 | 275 | 317 | 2 | 11 | 0 | 23 | 433 | 20 | 116 |
Binary | 11001010 | 10111101 | 11001111 | 10 | 1001 | 0 | 10011 | 100011011 | 10000 | 1001110 |
Color Harmonies of #CABDCF
Complementary color
Monochromatic Colors of #CABDCF
Black with #CABDCF
Text Example
Text Example
White with #CABDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDCF; }
p { color: rgb(202,189,207); }
H1.HeaderClassName
{
color: #CABDCF;
}
.AnyTagClassName
{
color: #CABDCF;
}
</style>
background-color css
<style>
a { background-color: #CABDCF; }
a { background-color: rgb(202,189,207); }
div.DivClassName
{
background-color: #CABDCF;
}
.BgClassName
{
background-color: #CABDCF;
}
</style>
border-color css
<style>
span { border-color: #CABDCF; }
span { border-color: rgb(202,189,207); }
td.TdClassName
{
border-color: #CABDCF;
}
.TagClassName
{
border-color: #CABDCF;
}
</style>