Shades of Prelude #CABECC
Tints of Prelude #CABECC
RGB
CMYK
RGB Variations
Color information
#CABECC (or 0xCABECC) is known color: Prelude. HEX triplet: CA, BE and CC. RGB value is (202,190,204). Sum of RGB (Red+Green+Blue) = 202+190+204=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABECC is #354133. Grayscale: #C3C3C3. Windows color (decimal): -3490100 or 13418186. OLE color: 13418186.
HSL color Cylindrical-coordinate representation of color #CABECC: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABECC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 190 | 204 | - |
CMYK | 0.01 | 0.07 | 0 | 0.2 |
HSL | 291.43º | 0.12% | 0.77% | - |
HSV(B) | 291.43º | 0.07% | 0.8% | - |
XYZ | 53.67 | 53.74 | 64.67 | - |
YUV | 195.18 | 132.98 | 132.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 204 | 0.01 | 0.07 | 0 | 0.2 | 291.43 | 0.12 | 0.77 |
Hex | CA | BE | CC | 1 | 7 | 0 | 14 | 123 | C | 4D |
Octal | 312 | 276 | 314 | 1 | 7 | 0 | 24 | 443 | 14 | 115 |
Binary | 11001010 | 10111110 | 11001100 | 1 | 111 | 0 | 10100 | 100100011 | 1100 | 1001101 |
Color Harmonies of #CABECC
Complementary color
Monochromatic Colors of #CABECC
Black with #CABECC
Text Example
Text Example
White with #CABECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABECC; }
p { color: rgb(202,190,204); }
H1.HeaderClassName
{
color: #CABECC;
}
.AnyTagClassName
{
color: #CABECC;
}
</style>
background-color css
<style>
a { background-color: #CABECC; }
a { background-color: rgb(202,190,204); }
div.DivClassName
{
background-color: #CABECC;
}
.BgClassName
{
background-color: #CABECC;
}
</style>
border-color css
<style>
span { border-color: #CABECC; }
span { border-color: rgb(202,190,204); }
td.TdClassName
{
border-color: #CABECC;
}
.TagClassName
{
border-color: #CABECC;
}
</style>