Shades of Prelude #CAAEDB
Tints of Prelude #CAAEDB
RGB
CMYK
RGB Variations
Color information
#CAAEDB (or 0xCAAEDB) is known color: Prelude. HEX triplet: CA, AE and DB. RGB value is (202,174,219). Sum of RGB (Red+Green+Blue) = 202+174+219=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEDB is #355124. Grayscale: #BBBBBB. Windows color (decimal): -3494181 or 14397130. OLE color: 14397130.
HSL color Cylindrical-coordinate representation of color #CAAEDB: hue angle of 277.33º degrees, saturation: 0.38, 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 #CAAEDB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 174 | 219 | - |
CMYK | 0.08 | 0.21 | 0 | 0.14 |
HSL | 277.33º | 0.38% | 0.77% | - |
HSV(B) | 277.33º | 0.21% | 0.86% | - |
XYZ | 52.28 | 47.94 | 73.52 | - |
YUV | 187.5 | 145.78 | 138.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 174 | 219 | 0.08 | 0.21 | 0 | 0.14 | 277.33 | 0.38 | 0.77 |
Hex | CA | AE | DB | 8 | 15 | 0 | E | 115 | 26 | 4D |
Octal | 312 | 256 | 333 | 10 | 25 | 0 | 16 | 425 | 46 | 115 |
Binary | 11001010 | 10101110 | 11011011 | 1000 | 10101 | 0 | 1110 | 100010101 | 100110 | 1001101 |
Color Harmonies of #CAAEDB
Complementary color
Monochromatic Colors of #CAAEDB
Black with #CAAEDB
Text Example
Text Example
White with #CAAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEDB; }
p { color: rgb(202,174,219); }
H1.HeaderClassName
{
color: #CAAEDB;
}
.AnyTagClassName
{
color: #CAAEDB;
}
</style>
background-color css
<style>
a { background-color: #CAAEDB; }
a { background-color: rgb(202,174,219); }
div.DivClassName
{
background-color: #CAAEDB;
}
.BgClassName
{
background-color: #CAAEDB;
}
</style>
border-color css
<style>
span { border-color: #CAAEDB; }
span { border-color: rgb(202,174,219); }
td.TdClassName
{
border-color: #CAAEDB;
}
.TagClassName
{
border-color: #CAAEDB;
}
</style>