Shades of Prelude #CABDCD
Tints of Prelude #CABDCD
RGB
CMYK
RGB Variations
Color information
#CABDCD (or 0xCABDCD) is known color: Prelude. HEX triplet: CA, BD and CD. RGB value is (202,189,205). Sum of RGB (Red+Green+Blue) = 202+189+205=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #CABDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCD is #354232. Grayscale: #C2C2C2. Windows color (decimal): -3490355 or 13483466. OLE color: 13483466.
HSL color Cylindrical-coordinate representation of color #CABDCD: hue angle of 288.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABDCD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 189 | 205 | - |
CMYK | 0.01 | 0.08 | 0 | 0.20 |
HSL | 288.75º | 0.14% | 0.77% | - |
HSV(B) | 288.75º | 0.08% | 0.8% | - |
XYZ | 53.57 | 53.36 | 65.23 | - |
YUV | 194.71 | 133.81 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 205 | 0.01 | 0.08 | 0 | 0.20 | 288.75 | 0.14 | 0.77 |
Hex | CA | BD | CD | 1 | 8 | 0 | 14 | 121 | E | 4D |
Octal | 312 | 275 | 315 | 1 | 10 | 0 | 24 | 441 | 16 | 115 |
Binary | 11001010 | 10111101 | 11001101 | 1 | 1000 | 0 | 10100 | 100100001 | 1110 | 1001101 |
Color Harmonies of #CABDCD
Complementary color
Monochromatic Colors of #CABDCD
Black with #CABDCD
Text Example
Text Example
White with #CABDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDCD; }
p { color: rgb(202,189,205); }
H1.HeaderClassName
{
color: #CABDCD;
}
.AnyTagClassName
{
color: #CABDCD;
}
</style>
background-color css
<style>
a { background-color: #CABDCD; }
a { background-color: rgb(202,189,205); }
div.DivClassName
{
background-color: #CABDCD;
}
.BgClassName
{
background-color: #CABDCD;
}
</style>
border-color css
<style>
span { border-color: #CABDCD; }
span { border-color: rgb(202,189,205); }
td.TdClassName
{
border-color: #CABDCD;
}
.TagClassName
{
border-color: #CABDCD;
}
</style>