#CAE4EB

Color #CAE4EB Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CAE4EB

Tints of Onahau #CAE4EB

Color information

#CAE4EB (or 0xCAE4EB) is unknown color: approx Onahau. HEX triplet: CA, E4 and EB. RGB value is (202,228,235). Sum of RGB (Red+Green+Blue) = 202+228+235=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE4EB is #351B14. Grayscale: #DCDCDC. Windows color (decimal): -3480341 or 15459530. OLE color: 15459530.

HSL color Cylindrical-coordinate representation of color #CAE4EB: hue angle of 192.73º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE4EB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202228235-
CMYK0.140.0300.08
HSL192.73º45.21%85.69%-
HSV(B)192.73º14.04%92.16%-
XYZ67.174.0489.35-
YUV221.02135.89114.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=30.38%
G=34.29%
B=35.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022282350.140.0300.08192.7345.2185.69
HexCAE4EBE308c12d56
Octal31234435316301030155126
Binary11001010111001001110101111101101000110000011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4EB; }

 p { color: rgb(202,228,235); }

 H1.HeaderClassName
 {
   color: #CAE4EB;
 }
 .AnyTagClassName
 {
   color: #CAE4EB;
 }
</style>
background-color css

<style>
 a { background-color: #CAE4EB; }

 a { background-color: rgb(202,228,235); }

 div.DivClassName
 {
   background-color: #CAE4EB;
 }
 .BgClassName
 {
   background-color: #CAE4EB;
 }
</style>
border-color css

<style>
 span { border-color: #CAE4EB; }

 span { border-color: rgb(202,228,235); }

 td.TdClassName
 {
   border-color: #CAE4EB;
 }
 .TagClassName
 {
   border-color: #CAE4EB;
 }
</style>