#CCEAF2

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

Shades of Onahau #CCEAF2

Tints of Onahau #CCEAF2

Color information

#CCEAF2 (or 0xCCEAF2) is unknown color: approx Onahau. HEX triplet: CC, EA and F2. RGB value is (204,234,242). Sum of RGB (Red+Green+Blue) = 204+234+242=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF2 is #33150D. Grayscale: #E1E1E1. Windows color (decimal): -3347726 or 15919820. OLE color: 15919820.

HSL color Cylindrical-coordinate representation of color #CCEAF2: hue angle of 192.63º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEAF2 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204234242-
CMYK0.160.0300.05
HSL192.63º59.38%87.45%-
HSV(B)192.63º15.7%94.9%-
XYZ70.3578.0995.37-
YUV225.94137.06112.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 242 (94.92% from 255) = 35.59%
R=30%
G=34.41%
B=35.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042342420.160.0300.05192.6359.3887.45
HexCCEAF210305c13b57
Octal3143523622030530173127
Binary11001100111010101111001010000110101110000011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAF2; }

 p { color: rgb(204,234,242); }

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

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

 a { background-color: rgb(204,234,242); }

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

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

 span { border-color: rgb(204,234,242); }

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