#CCFCEE

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

Shades of Humming Bird #CCFCEE

Tints of Humming Bird #CCFCEE

Color information

#CCFCEE (or 0xCCFCEE) is unknown color: approx Humming Bird. HEX triplet: CC, FC and EE. RGB value is (204,252,238). Sum of RGB (Red+Green+Blue) = 204+252+238=694 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.39% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCEE is #330311. Grayscale: #ECECEC. Windows color (decimal): -3343122 or 15662284. OLE color: 15662284.

HSL color Cylindrical-coordinate representation of color #CCFCEE: hue angle of 162.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCEE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB204252238-
CMYK0.1900.060.01
HSL162.5º88.89%89.41%-
HSV(B)162.5º19.05%98.82%-
XYZ75.1488.6394.04-
YUV236.05129.1105.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.39%
GREEN value IS 252 (98.83% from 255) = 36.31%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=29.39%
G=36.31%
B=34.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522380.1900.060.01162.588.8989.41
HexCCFCEE13061a25959
Octal31437435623061242131131
Binary11001100111111001110111010011011011010001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCEE; }

 p { color: rgb(204,252,238); }

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

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

 a { background-color: rgb(204,252,238); }

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

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

 span { border-color: rgb(204,252,238); }

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