Shades of Prelude #CABDD1
Tints of Prelude #CABDD1
RGB
CMYK
RGB Variations
Color information
#CABDD1 (or 0xCABDD1) is known color: Prelude. HEX triplet: CA, BD and D1. RGB value is (202,189,209). Sum of RGB (Red+Green+Blue) = 202+189+209=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #CABDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD1 is #35422E. Grayscale: #C3C3C3. Windows color (decimal): -3490351 or 13745610. OLE color: 13745610.
HSL color Cylindrical-coordinate representation of color #CABDD1: hue angle of 279º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABDD1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 189 | 209 | - |
CMYK | 0.03 | 0.10 | 0 | 0.18 |
HSL | 279º | 0.18% | 0.78% | - |
HSV(B) | 279º | 0.1% | 0.82% | - |
XYZ | 54.06 | 53.56 | 67.81 | - |
YUV | 195.17 | 135.81 | 132.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 209 | 0.03 | 0.10 | 0 | 0.18 | 279 | 0.18 | 0.78 |
Hex | CA | BD | D1 | 3 | A | 0 | 12 | 117 | 12 | 4E |
Octal | 312 | 275 | 321 | 3 | 12 | 0 | 22 | 427 | 22 | 116 |
Binary | 11001010 | 10111101 | 11010001 | 11 | 1010 | 0 | 10010 | 100010111 | 10010 | 1001110 |
Color Harmonies of #CABDD1
Complementary color
Monochromatic Colors of #CABDD1
Black with #CABDD1
Text Example
Text Example
White with #CABDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDD1; }
p { color: rgb(202,189,209); }
H1.HeaderClassName
{
color: #CABDD1;
}
.AnyTagClassName
{
color: #CABDD1;
}
</style>
background-color css
<style>
a { background-color: #CABDD1; }
a { background-color: rgb(202,189,209); }
div.DivClassName
{
background-color: #CABDD1;
}
.BgClassName
{
background-color: #CABDD1;
}
</style>
border-color css
<style>
span { border-color: #CABDD1; }
span { border-color: rgb(202,189,209); }
td.TdClassName
{
border-color: #CABDD1;
}
.TagClassName
{
border-color: #CABDD1;
}
</style>