Shades of Prelude #CAAFD2
Tints of Prelude #CAAFD2
RGB
CMYK
RGB Variations
Color information
#CAAFD2 (or 0xCAAFD2) is known color: Prelude. HEX triplet: CA, AF and D2. RGB value is (202,175,210). Sum of RGB (Red+Green+Blue) = 202+175+210=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD2 is #35502D. Grayscale: #BABABA. Windows color (decimal): -3493934 or 13807562. OLE color: 13807562.
HSL color Cylindrical-coordinate representation of color #CAAFD2: hue angle of 286.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAAFD2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 175 | 210 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.18 |
| HSL | 286.29º | 0.28% | 0.75% | - |
| HSV(B) | 286.29º | 0.17% | 0.82% | - |
| XYZ | 51.32 | 47.87 | 67.51 | - |
| YUV | 187.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 210 | 0.04 | 0.17 | 0 | 0.18 | 286.29 | 0.28 | 0.75 |
| Hex | CA | AF | D2 | 4 | 11 | 0 | 12 | 11E | 1C | 4B |
| Octal | 312 | 257 | 322 | 4 | 21 | 0 | 22 | 436 | 34 | 113 |
| Binary | 11001010 | 10101111 | 11010010 | 100 | 10001 | 0 | 10010 | 100011110 | 11100 | 1001011 |
Color Harmonies of #CAAFD2
Complementary color
Monochromatic Colors of #CAAFD2
Black with #CAAFD2
Text Example
Text Example
White with #CAAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFD2; }
p { color: rgb(202,175,210); }
H1.HeaderClassName
{
color: #CAAFD2;
}
.AnyTagClassName
{
color: #CAAFD2;
}
</style>
background-color css
<style>
a { background-color: #CAAFD2; }
a { background-color: rgb(202,175,210); }
div.DivClassName
{
background-color: #CAAFD2;
}
.BgClassName
{
background-color: #CAAFD2;
}
</style>
border-color css
<style>
span { border-color: #CAAFD2; }
span { border-color: rgb(202,175,210); }
td.TdClassName
{
border-color: #CAAFD2;
}
.TagClassName
{
border-color: #CAAFD2;
}
</style>