#CCECF2

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

Shades of Onahau #CCECF2

Tints of Onahau #CCECF2

Color information

#CCECF2 (or 0xCCECF2) is unknown color: approx Onahau. HEX triplet: CC, EC and F2. RGB value is (204,236,242). Sum of RGB (Red+Green+Blue) = 204+236+242=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF2 is #33130D. Grayscale: #E3E3E3. Windows color (decimal): -3347214 or 15920332. OLE color: 15920332.

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

Color convert

RGB204236242-
CMYK0.160.0200.05
HSL189.47º59.38%87.45%-
HSV(B)189.47º15.7%94.9%-
XYZ70.9279.2495.56-
YUV227.12136.4111.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 242 (94.92% from 255) = 35.48%
R=29.91%
G=34.60%
B=35.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042362420.160.0200.05189.4759.3887.45
HexCCECF210205bd3b57
Octal3143543622020527573127
Binary11001100111011001111001010000100101101111011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECF2; }

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

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

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

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

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

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

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

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