#CCF2E5

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

Shades of Humming Bird #CCF2E5

Tints of Humming Bird #CCF2E5

Color information

#CCF2E5 (or 0xCCF2E5) is unknown color: approx Humming Bird. HEX triplet: CC, F2 and E5. RGB value is (204,242,229). Sum of RGB (Red+Green+Blue) = 204+242+229=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2E5 is #330D1A. Grayscale: #E5E5E5. Windows color (decimal): -3345691 or 15069900. OLE color: 15069900.

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

Color convert

RGB204242229-
CMYK0.1600.050.05
HSL159.47º59.38%87.45%-
HSV(B)159.47º15.7%94.9%-
XYZ70.88286.22-
YUV229.16127.91110.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.22%
GREEN value IS 242 (94.92% from 255) = 35.85%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=30.22%
G=35.85%
B=33.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422290.1600.050.05159.4759.3887.45
HexCCF2E5100559f3b57
Octal3143623452005523773127
Binary110011001111001011100101100000101101100111111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2E5; }

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

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

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

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

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

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

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

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