Shades of Prelude #CAAAD2
Tints of Prelude #CAAAD2
RGB
CMYK
RGB Variations
Color information
#CAAAD2 (or 0xCAAAD2) is known color: Prelude. HEX triplet: CA, AA and D2. RGB value is (202,170,210). Sum of RGB (Red+Green+Blue) = 202+170+210=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAD2 is #35552D. Grayscale: #B7B7B7. Windows color (decimal): -3495214 or 13806282. OLE color: 13806282.
HSL color Cylindrical-coordinate representation of color #CAAAD2: hue angle of 288º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAAD2 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 170 | 210 | - |
CMYK | 0.04 | 0.19 | 0 | 0.18 |
HSL | 288º | 0.31% | 0.75% | - |
HSV(B) | 288º | 0.19% | 0.82% | - |
XYZ | 50.36 | 45.96 | 67.19 | - |
YUV | 184.13 | 142.6 | 140.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 210 | 0.04 | 0.19 | 0 | 0.18 | 288 | 0.31 | 0.75 |
Hex | CA | AA | D2 | 4 | 13 | 0 | 12 | 120 | 1F | 4B |
Octal | 312 | 252 | 322 | 4 | 23 | 0 | 22 | 440 | 37 | 113 |
Binary | 11001010 | 10101010 | 11010010 | 100 | 10011 | 0 | 10010 | 100100000 | 11111 | 1001011 |
Color Harmonies of #CAAAD2
Complementary color
Monochromatic Colors of #CAAAD2
Black with #CAAAD2
Text Example
Text Example
White with #CAAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAD2; }
p { color: rgb(202,170,210); }
H1.HeaderClassName
{
color: #CAAAD2;
}
.AnyTagClassName
{
color: #CAAAD2;
}
</style>
background-color css
<style>
a { background-color: #CAAAD2; }
a { background-color: rgb(202,170,210); }
div.DivClassName
{
background-color: #CAAAD2;
}
.BgClassName
{
background-color: #CAAAD2;
}
</style>
border-color css
<style>
span { border-color: #CAAAD2; }
span { border-color: rgb(202,170,210); }
td.TdClassName
{
border-color: #CAAAD2;
}
.TagClassName
{
border-color: #CAAAD2;
}
</style>