Shades of Prelude #CAAFD0
Tints of Prelude #CAAFD0
RGB
CMYK
RGB Variations
Color information
#CAAFD0 (or 0xCAAFD0) is known color: Prelude. HEX triplet: CA, AF and D0. RGB value is (202,175,208). Sum of RGB (Red+Green+Blue) = 202+175+208=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD0 is #35502F. Grayscale: #BABABA. Windows color (decimal): -3493936 or 13676490. OLE color: 13676490.
HSL color Cylindrical-coordinate representation of color #CAAFD0: hue angle of 289.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAFD0 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 175 | 208 | - |
CMYK | 0.03 | 0.16 | 0 | 0.18 |
HSL | 289.09º | 0.26% | 0.75% | - |
HSV(B) | 289.09º | 0.16% | 0.82% | - |
XYZ | 51.07 | 47.77 | 66.2 | - |
YUV | 186.84 | 139.95 | 138.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 208 | 0.03 | 0.16 | 0 | 0.18 | 289.09 | 0.26 | 0.75 |
Hex | CA | AF | D0 | 3 | 10 | 0 | 12 | 121 | 1A | 4B |
Octal | 312 | 257 | 320 | 3 | 20 | 0 | 22 | 441 | 32 | 113 |
Binary | 11001010 | 10101111 | 11010000 | 11 | 10000 | 0 | 10010 | 100100001 | 11010 | 1001011 |
Color Harmonies of #CAAFD0
Complementary color
Monochromatic Colors of #CAAFD0
Black with #CAAFD0
Text Example
Text Example
White with #CAAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFD0; }
p { color: rgb(202,175,208); }
H1.HeaderClassName
{
color: #CAAFD0;
}
.AnyTagClassName
{
color: #CAAFD0;
}
</style>
background-color css
<style>
a { background-color: #CAAFD0; }
a { background-color: rgb(202,175,208); }
div.DivClassName
{
background-color: #CAAFD0;
}
.BgClassName
{
background-color: #CAAFD0;
}
</style>
border-color css
<style>
span { border-color: #CAAFD0; }
span { border-color: rgb(202,175,208); }
td.TdClassName
{
border-color: #CAAFD0;
}
.TagClassName
{
border-color: #CAAFD0;
}
</style>