#CAECF5

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

Shades of Onahau #CAECF5

Tints of Onahau #CAECF5

Color information

#CAECF5 (or 0xCAECF5) is unknown color: approx Onahau. HEX triplet: CA, EC and F5. RGB value is (202,236,245). Sum of RGB (Red+Green+Blue) = 202+236+245=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECF5 is #35130A. Grayscale: #E2E2E2. Windows color (decimal): -3478283 or 16116938. OLE color: 16116938.

HSL color Cylindrical-coordinate representation of color #CAECF5: hue angle of 192.56º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAECF5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202236245-
CMYK0.180.0400.04
HSL192.56º68.25%87.65%-
HSV(B)192.56º17.55%96.08%-
XYZ70.8379.1497.93-
YUV226.86138.24110.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 245 (96.09% from 255) = 35.87%
R=29.58%
G=34.55%
B=35.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022362450.180.0400.04192.5668.2587.65
HexCAECF512404c14458
Octal31235436522404301104130
Binary1100101011101100111101011001010001001100000110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECF5; }

 p { color: rgb(202,236,245); }

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

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

 a { background-color: rgb(202,236,245); }

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

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

 span { border-color: rgb(202,236,245); }

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