#CCF3EB

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

Shades of Humming Bird #CCF3EB

Tints of Humming Bird #CCF3EB

Color information

#CCF3EB (or 0xCCF3EB) is unknown color: approx Humming Bird. HEX triplet: CC, F3 and EB. RGB value is (204,243,235). Sum of RGB (Red+Green+Blue) = 204+243+235=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EB is #330C14. Grayscale: #E6E6E6. Windows color (decimal): -3345429 or 15463372. OLE color: 15463372.

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

Color convert

RGB204243235-
CMYK0.1600.030.05
HSL167.69º61.9%87.65%-
HSV(B)167.69º16.05%95.29%-
XYZ71.9582.9490.81-
YUV230.43130.58109.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 243 (95.31% from 255) = 35.63%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=29.91%
G=35.63%
B=34.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042432350.1600.030.05167.6961.987.65
HexCCF3EB10035a83e58
Octal3143633532003525076130
Binary11001100111100111110101110000011101101010001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3EB; }

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

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

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

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

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

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

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

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