Shades of Prelude #CABDD3
Tints of Prelude #CABDD3
RGB
CMYK
RGB Variations
Color information
#CABDD3 (or 0xCABDD3) is known color: Prelude. HEX triplet: CA, BD and D3. RGB value is (202,189,211). Sum of RGB (Red+Green+Blue) = 202+189+211=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #CABDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD3 is #35422C. Grayscale: #C3C3C3. Windows color (decimal): -3490349 or 13876682. OLE color: 13876682.
HSL color Cylindrical-coordinate representation of color #CABDD3: hue angle of 275.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABDD3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 189 | 211 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.17 |
| HSL | 275.45º | 0.2% | 0.78% | - |
| HSV(B) | 275.45º | 0.1% | 0.83% | - |
| XYZ | 54.31 | 53.65 | 69.12 | - |
| YUV | 195.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 211 | 0.04 | 0.10 | 0 | 0.17 | 275.45 | 0.2 | 0.78 |
| Hex | CA | BD | D3 | 4 | A | 0 | 11 | 113 | 14 | 4E |
| Octal | 312 | 275 | 323 | 4 | 12 | 0 | 21 | 423 | 24 | 116 |
| Binary | 11001010 | 10111101 | 11010011 | 100 | 1010 | 0 | 10001 | 100010011 | 10100 | 1001110 |
Color Harmonies of #CABDD3
Complementary color
Monochromatic Colors of #CABDD3
Black with #CABDD3
Text Example
Text Example
White with #CABDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDD3; }
p { color: rgb(202,189,211); }
H1.HeaderClassName
{
color: #CABDD3;
}
.AnyTagClassName
{
color: #CABDD3;
}
</style>
background-color css
<style>
a { background-color: #CABDD3; }
a { background-color: rgb(202,189,211); }
div.DivClassName
{
background-color: #CABDD3;
}
.BgClassName
{
background-color: #CABDD3;
}
</style>
border-color css
<style>
span { border-color: #CABDD3; }
span { border-color: rgb(202,189,211); }
td.TdClassName
{
border-color: #CABDD3;
}
.TagClassName
{
border-color: #CABDD3;
}
</style>