#CAE2EA

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

Shades of Onahau #CAE2EA

Tints of Onahau #CAE2EA

Color information

#CAE2EA (or 0xCAE2EA) is unknown color: approx Onahau. HEX triplet: CA, E2 and EA. RGB value is (202,226,234). Sum of RGB (Red+Green+Blue) = 202+226+234=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2EA is #351D15. Grayscale: #DBDBDB. Windows color (decimal): -3480854 or 15393482. OLE color: 15393482.

HSL color Cylindrical-coordinate representation of color #CAE2EA: hue angle of 195º 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 #CAE2EA is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202226234-
CMYK0.140.0300.08
HSL195º43.24%85.49%-
HSV(B)195º13.68%91.76%-
XYZ66.472.8988.41-
YUV219.74136.05115.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.51%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=30.51%
G=34.14%
B=35.35%

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
Decimal2022262340.140.0300.0819543.2485.49
HexCAE2EAE308c32b55
Octal31234235216301030353125
Binary11001010111000101110101011101101000110000111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2EA; }

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

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

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

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

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

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

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

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