#CAE7EB

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

Shades of Onahau #CAE7EB

Tints of Onahau #CAE7EB

Color information

#CAE7EB (or 0xCAE7EB) is unknown color: approx Onahau. HEX triplet: CA, E7 and EB. RGB value is (202,231,235). Sum of RGB (Red+Green+Blue) = 202+231+235=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE7EB is #351814. Grayscale: #DEDEDE. Windows color (decimal): -3479573 or 15460298. OLE color: 15460298.

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

Color convert

RGB202231235-
CMYK0.140.0200.08
HSL187.27º45.21%85.69%-
HSV(B)187.27º14.04%92.16%-
XYZ67.9375.7189.63-
YUV222.78134.89113.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=30.24%
G=34.58%
B=35.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022312350.140.0200.08187.2745.2185.69
HexCAE7EBE208bb2d56
Octal31234735316201027355126
Binary11001010111001111110101111101001000101110111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7EB; }

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

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

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

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

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

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

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

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