Shades of Prelude #CAAFD3
Tints of Prelude #CAAFD3
RGB
CMYK
RGB Variations
Color information
#CAAFD3 (or 0xCAAFD3) is known color: Prelude. HEX triplet: CA, AF and D3. RGB value is (202,175,211). Sum of RGB (Red+Green+Blue) = 202+175+211=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD3 is #35502C. Grayscale: #BBBBBB. Windows color (decimal): -3493933 or 13873098. OLE color: 13873098.
HSL color Cylindrical-coordinate representation of color #CAAFD3: hue angle of 285º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAAFD3 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 175 | 211 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.17 |
| HSL | 285º | 0.29% | 0.76% | - |
| HSV(B) | 285º | 0.17% | 0.83% | - |
| XYZ | 51.44 | 47.92 | 68.17 | - |
| YUV | 187.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 211 | 0.04 | 0.17 | 0 | 0.17 | 285 | 0.29 | 0.76 |
| Hex | CA | AF | D3 | 4 | 11 | 0 | 11 | 11D | 1D | 4C |
| Octal | 312 | 257 | 323 | 4 | 21 | 0 | 21 | 435 | 35 | 114 |
| Binary | 11001010 | 10101111 | 11010011 | 100 | 10001 | 0 | 10001 | 100011101 | 11101 | 1001100 |
Color Harmonies of #CAAFD3
Complementary color
Monochromatic Colors of #CAAFD3
Black with #CAAFD3
Text Example
Text Example
White with #CAAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFD3; }
p { color: rgb(202,175,211); }
H1.HeaderClassName
{
color: #CAAFD3;
}
.AnyTagClassName
{
color: #CAAFD3;
}
</style>
background-color css
<style>
a { background-color: #CAAFD3; }
a { background-color: rgb(202,175,211); }
div.DivClassName
{
background-color: #CAAFD3;
}
.BgClassName
{
background-color: #CAAFD3;
}
</style>
border-color css
<style>
span { border-color: #CAAFD3; }
span { border-color: rgb(202,175,211); }
td.TdClassName
{
border-color: #CAAFD3;
}
.TagClassName
{
border-color: #CAAFD3;
}
</style>