#CAECF6

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

Shades of Onahau #CAECF6

Tints of Onahau #CAECF6

Color information

#CAECF6 (or 0xCAECF6) is unknown color: approx Onahau. HEX triplet: CA, EC and F6. RGB value is (202,236,246). Sum of RGB (Red+Green+Blue) = 202+236+246=684 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.53% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECF6 is #351309. Grayscale: #E2E2E2. Windows color (decimal): -3478282 or 16182474. OLE color: 16182474.

HSL color Cylindrical-coordinate representation of color #CAECF6: hue angle of 193.64º degrees, saturation: 0.71, 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 #CAECF6 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202236246-
CMYK0.180.0400.04
HSL193.64º70.97%87.84%-
HSV(B)193.64º17.89%96.47%-
XYZ70.9979.298.73-
YUV226.97138.74110.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.53%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=29.53%
G=34.50%
B=35.96%

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
Decimal2022362460.180.0400.04193.6470.9787.84
HexCAECF612404c24758
Octal31235436622404302107130
Binary1100101011101100111101101001010001001100001010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECF6; }

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

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

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

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

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

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

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

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