Shades of Prelude #CAAECF
Tints of Prelude #CAAECF
RGB
CMYK
RGB Variations
Color information
#CAAECF (or 0xCAAECF) is known color: Prelude. HEX triplet: CA, AE and CF. RGB value is (202,174,207). Sum of RGB (Red+Green+Blue) = 202+174+207=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECF is #355130. Grayscale: #BABABA. Windows color (decimal): -3494193 or 13610698. OLE color: 13610698.
HSL color Cylindrical-coordinate representation of color #CAAECF: hue angle of 290.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAECF is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 174 | 207 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.19 |
| HSL | 290.91º | 0.26% | 0.75% | - |
| HSV(B) | 290.91º | 0.16% | 0.81% | - |
| XYZ | 50.76 | 47.33 | 65.49 | - |
| YUV | 186.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 207 | 0.02 | 0.16 | 0 | 0.19 | 290.91 | 0.26 | 0.75 |
| Hex | CA | AE | CF | 2 | 10 | 0 | 13 | 123 | 1A | 4B |
| Octal | 312 | 256 | 317 | 2 | 20 | 0 | 23 | 443 | 32 | 113 |
| Binary | 11001010 | 10101110 | 11001111 | 10 | 10000 | 0 | 10011 | 100100011 | 11010 | 1001011 |
Color Harmonies of #CAAECF
Complementary color
Monochromatic Colors of #CAAECF
Black with #CAAECF
Text Example
Text Example
White with #CAAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAECF; }
p { color: rgb(202,174,207); }
H1.HeaderClassName
{
color: #CAAECF;
}
.AnyTagClassName
{
color: #CAAECF;
}
</style>
background-color css
<style>
a { background-color: #CAAECF; }
a { background-color: rgb(202,174,207); }
div.DivClassName
{
background-color: #CAAECF;
}
.BgClassName
{
background-color: #CAAECF;
}
</style>
border-color css
<style>
span { border-color: #CAAECF; }
span { border-color: rgb(202,174,207); }
td.TdClassName
{
border-color: #CAAECF;
}
.TagClassName
{
border-color: #CAAECF;
}
</style>