#CAECF4

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

Shades of Onahau #CAECF4

Tints of Onahau #CAECF4

Color information

#CAECF4 (or 0xCAECF4) is unknown color: approx Onahau. HEX triplet: CA, EC and F4. RGB value is (202,236,244). Sum of RGB (Red+Green+Blue) = 202+236+244=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECF4 is #35130B. Grayscale: #E2E2E2. Windows color (decimal): -3478284 or 16051402. OLE color: 16051402.

HSL color Cylindrical-coordinate representation of color #CAECF4: hue angle of 191.43º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAECF4 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202236244-
CMYK0.170.0300.04
HSL191.43º65.62%87.45%-
HSV(B)191.43º17.21%95.69%-
XYZ70.6879.0897.13-
YUV226.75137.74110.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=29.62%
G=34.60%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022362440.170.0300.04191.4365.6287.45
HexCAECF411304bf4257
Octal31235436421304277102127
Binary110010101110110011110100100011101001011111110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECF4; }

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

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

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

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

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

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

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

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