Shades of Prelude #CABCD4
Tints of Prelude #CABCD4
RGB
CMYK
RGB Variations
Color information
#CABCD4 (or 0xCABCD4) is known color: Prelude. HEX triplet: CA, BC and D4. RGB value is (202,188,212). Sum of RGB (Red+Green+Blue) = 202+188+212=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #CABCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD4 is #35432B. Grayscale: #C2C2C2. Windows color (decimal): -3490604 or 13941962. OLE color: 13941962.
HSL color Cylindrical-coordinate representation of color #CABCD4: hue angle of 275º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABCD4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 188 | 212 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.17 |
| HSL | 275º | 0.22% | 0.78% | - |
| HSV(B) | 275º | 0.11% | 0.83% | - |
| XYZ | 54.22 | 53.28 | 69.71 | - |
| YUV | 194.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 212 | 0.05 | 0.11 | 0 | 0.17 | 275 | 0.22 | 0.78 |
| Hex | CA | BC | D4 | 5 | B | 0 | 11 | 113 | 16 | 4E |
| Octal | 312 | 274 | 324 | 5 | 13 | 0 | 21 | 423 | 26 | 116 |
| Binary | 11001010 | 10111100 | 11010100 | 101 | 1011 | 0 | 10001 | 100010011 | 10110 | 1001110 |
Color Harmonies of #CABCD4
Complementary color
Monochromatic Colors of #CABCD4
Black with #CABCD4
Text Example
Text Example
White with #CABCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCD4; }
p { color: rgb(202,188,212); }
H1.HeaderClassName
{
color: #CABCD4;
}
.AnyTagClassName
{
color: #CABCD4;
}
</style>
background-color css
<style>
a { background-color: #CABCD4; }
a { background-color: rgb(202,188,212); }
div.DivClassName
{
background-color: #CABCD4;
}
.BgClassName
{
background-color: #CABCD4;
}
</style>
border-color css
<style>
span { border-color: #CABCD4; }
span { border-color: rgb(202,188,212); }
td.TdClassName
{
border-color: #CABCD4;
}
.TagClassName
{
border-color: #CABCD4;
}
</style>