Shades of Onahau #CAE4EC
Tints of Onahau #CAE4EC
RGB
CMYK
RGB Variations
Color information
#CAE4EC (or 0xCAE4EC) is known color: Onahau. HEX triplet: CA, E4 and EC. RGB value is (202,228,236). Sum of RGB (Red+Green+Blue) = 202+228+236=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4EC is #351B13. Grayscale: #DDDDDD. Windows color (decimal): -3480340 or 15525066. OLE color: 15525066.
HSL color Cylindrical-coordinate representation of color #CAE4EC: hue angle of 194.12º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE4EC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 228 | 236 | - |
CMYK | 0.14 | 0.03 | 0 | 0.07 |
HSL | 194.12º | 0.47% | 0.86% | - |
HSV(B) | 194.12º | 0.14% | 0.93% | - |
XYZ | 67.24 | 74.1 | 90.12 | - |
YUV | 221.14 | 136.39 | 114.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 228 | 236 | 0.14 | 0.03 | 0 | 0.07 | 194.12 | 0.47 | 0.86 |
Hex | CA | E4 | EC | E | 3 | 0 | 7 | C2 | 2F | 56 |
Octal | 312 | 344 | 354 | 16 | 3 | 0 | 7 | 302 | 57 | 126 |
Binary | 11001010 | 11100100 | 11101100 | 1110 | 11 | 0 | 111 | 11000010 | 101111 | 1010110 |
Color Harmonies of #CAE4EC
Complementary color
Monochromatic Colors of #CAE4EC
Black with #CAE4EC
Text Example
Text Example
White with #CAE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4EC; }
p { color: rgb(202,228,236); }
H1.HeaderClassName
{
color: #CAE4EC;
}
.AnyTagClassName
{
color: #CAE4EC;
}
</style>
background-color css
<style>
a { background-color: #CAE4EC; }
a { background-color: rgb(202,228,236); }
div.DivClassName
{
background-color: #CAE4EC;
}
.BgClassName
{
background-color: #CAE4EC;
}
</style>
border-color css
<style>
span { border-color: #CAE4EC; }
span { border-color: rgb(202,228,236); }
td.TdClassName
{
border-color: #CAE4EC;
}
.TagClassName
{
border-color: #CAE4EC;
}
</style>