#CCF8EB

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

Shades of Humming Bird #CCF8EB

Tints of Humming Bird #CCF8EB

Color information

#CCF8EB (or 0xCCF8EB) is unknown color: approx Humming Bird. HEX triplet: CC, F8 and EB. RGB value is (204,248,235). Sum of RGB (Red+Green+Blue) = 204+248+235=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8EB is #330714. Grayscale: #E9E9E9. Windows color (decimal): -3344149 or 15464652. OLE color: 15464652.

HSL color Cylindrical-coordinate representation of color #CCF8EB: hue angle of 162.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8EB is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB204248235-
CMYK0.1800.050.03
HSL162.27º75.86%88.63%-
HSV(B)162.27º17.74%97.25%-
XYZ73.4685.9791.32-
YUV233.36128.92107.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.69%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=29.69%
G=36.10%
B=34.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482350.1800.050.03162.2775.8688.63
HexCCF8EB12053a24c59
Octal31437035322053242114131
Binary110011001111100011101011100100101111010001010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8EB; }

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

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

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

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

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

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

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

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