#CCFBE7

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

Shades of Humming Bird #CCFBE7

Tints of Humming Bird #CCFBE7

Color information

#CCFBE7 (or 0xCCFBE7) is unknown color: approx Humming Bird. HEX triplet: CC, FB and E7. RGB value is (204,251,231). Sum of RGB (Red+Green+Blue) = 204+251+231=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBE7 is #330418. Grayscale: #EAEAEA. Windows color (decimal): -3343385 or 15203276. OLE color: 15203276.

HSL color Cylindrical-coordinate representation of color #CCFBE7: hue angle of 154.47º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBE7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB204251231-
CMYK0.1900.080.02
HSL154.47º85.45%89.22%-
HSV(B)154.47º18.73%98.43%-
XYZ73.8287.688.62-
YUV234.67125.93106.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=29.74%
G=36.59%
B=33.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512310.1900.080.02154.4785.4589.22
HexCCFBE7130829a5559
Octal314373347230102232125131
Binary1100110011111011111001111001101000101001101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBE7; }

 p { color: rgb(204,251,231); }

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

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

 a { background-color: rgb(204,251,231); }

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

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

 span { border-color: rgb(204,251,231); }

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