#CCECF5

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

Shades of Onahau #CCECF5

Tints of Onahau #CCECF5

Color information

#CCECF5 (or 0xCCECF5) is unknown color: approx Onahau. HEX triplet: CC, EC and F5. RGB value is (204,236,245). Sum of RGB (Red+Green+Blue) = 204+236+245=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECF5 is #33130A. Grayscale: #E3E3E3. Windows color (decimal): -3347211 or 16116940. OLE color: 16116940.

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

Color convert

RGB204236245-
CMYK0.170.0400.04
HSL193.17º67.21%88.04%-
HSV(B)193.17º16.73%96.08%-
XYZ71.3879.4297.95-
YUV227.46137.9111.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.78%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=29.78%
G=34.45%
B=35.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042362450.170.0400.04193.1767.2188.04
HexCCECF511404c14358
Octal31435436521404301103130
Binary1100110011101100111101011000110001001100000110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECF5; }

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

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

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

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

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

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

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

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