Shades of Prelude #CAAEDC
Tints of Prelude #CAAEDC
RGB
CMYK
RGB Variations
Color information
#CAAEDC (or 0xCAAEDC) is known color: Prelude. HEX triplet: CA, AE and DC. RGB value is (202,174,220). Sum of RGB (Red+Green+Blue) = 202+174+220=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEDC is #355123. Grayscale: #BBBBBB. Windows color (decimal): -3494180 or 14462666. OLE color: 14462666.
HSL color Cylindrical-coordinate representation of color #CAAEDC: hue angle of 276.52º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAEDC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 174 | 220 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.14 |
| HSL | 276.52º | 0.4% | 0.77% | - |
| HSV(B) | 276.52º | 0.21% | 0.86% | - |
| XYZ | 52.41 | 48 | 74.21 | - |
| YUV | 187.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 220 | 0.08 | 0.21 | 0 | 0.14 | 276.52 | 0.4 | 0.77 |
| Hex | CA | AE | DC | 8 | 15 | 0 | E | 115 | 28 | 4D |
| Octal | 312 | 256 | 334 | 10 | 25 | 0 | 16 | 425 | 50 | 115 |
| Binary | 11001010 | 10101110 | 11011100 | 1000 | 10101 | 0 | 1110 | 100010101 | 101000 | 1001101 |
Color Harmonies of #CAAEDC
Complementary color
Monochromatic Colors of #CAAEDC
Black with #CAAEDC
Text Example
Text Example
White with #CAAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEDC; }
p { color: rgb(202,174,220); }
H1.HeaderClassName
{
color: #CAAEDC;
}
.AnyTagClassName
{
color: #CAAEDC;
}
</style>
background-color css
<style>
a { background-color: #CAAEDC; }
a { background-color: rgb(202,174,220); }
div.DivClassName
{
background-color: #CAAEDC;
}
.BgClassName
{
background-color: #CAAEDC;
}
</style>
border-color css
<style>
span { border-color: #CAAEDC; }
span { border-color: rgb(202,174,220); }
td.TdClassName
{
border-color: #CAAEDC;
}
.TagClassName
{
border-color: #CAAEDC;
}
</style>