#CAE3EA

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

Shades of Onahau #CAE3EA

Tints of Onahau #CAE3EA

Color information

#CAE3EA (or 0xCAE3EA) is unknown color: approx Onahau. HEX triplet: CA, E3 and EA. RGB value is (202,227,234). Sum of RGB (Red+Green+Blue) = 202+227+234=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3EA is #351C15. Grayscale: #DCDCDC. Windows color (decimal): -3480598 or 15393738. OLE color: 15393738.

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

Color convert

RGB202227234-
CMYK0.140.0300.08
HSL193.12º43.24%85.49%-
HSV(B)193.12º13.68%91.76%-
XYZ66.6873.4488.5-
YUV220.32135.72114.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.47%
GREEN value IS 227 (89.06% from 255) = 34.24%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=30.47%
G=34.24%
B=35.29%

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
Decimal2022272340.140.0300.08193.1243.2485.49
HexCAE3EAE308c12b55
Octal31234335216301030153125
Binary11001010111000111110101011101101000110000011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3EA; }

 p { color: rgb(202,227,234); }

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

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

 a { background-color: rgb(202,227,234); }

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

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

 span { border-color: rgb(202,227,234); }

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