#CCECF3

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

Shades of Onahau #CCECF3

Tints of Onahau #CCECF3

Color information

#CCECF3 (or 0xCCECF3) is unknown color: approx Onahau. HEX triplet: CC, EC and F3. RGB value is (204,236,243). Sum of RGB (Red+Green+Blue) = 204+236+243=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF3 is #33130C. Grayscale: #E3E3E3. Windows color (decimal): -3347213 or 15985868. OLE color: 15985868.

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

Color convert

RGB204236243-
CMYK0.160.0300.05
HSL190.77º61.9%87.65%-
HSV(B)190.77º16.05%95.29%-
XYZ71.0779.396.35-
YUV227.23136.9111.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.87%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=29.87%
G=34.55%
B=35.58%

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
Decimal2042362430.160.0300.05190.7761.987.65
HexCCECF310305bf3e58
Octal3143543632030527776130
Binary11001100111011001111001110000110101101111111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECF3; }

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

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

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

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

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

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

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

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