#CEE7E0

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

Shades of Humming Bird #CEE7E0

Tints of Humming Bird #CEE7E0

Color information

#CEE7E0 (or 0xCEE7E0) is unknown color: approx Humming Bird. HEX triplet: CE, E7 and E0. RGB value is (206,231,224). Sum of RGB (Red+Green+Blue) = 206+231+224=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7E0 is #31181F. Grayscale: #DEDEDE. Windows color (decimal): -3217440 or 14739406. OLE color: 14739406.

HSL color Cylindrical-coordinate representation of color #CEE7E0: hue angle of 163.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE7E0 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB206231224-
CMYK0.1100.030.09
HSL163.2º34.25%85.69%-
HSV(B)163.2º10.82%90.59%-
XYZ67.4875.6681.57-
YUV222.73128.72116.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=31.16%
G=34.95%
B=33.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062312240.1100.030.09163.234.2585.69
HexCEE7E0B039a32256
Octal31634734013031124342126
Binary11001110111001111110000010110111001101000111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7E0; }

 p { color: rgb(206,231,224); }

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

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

 a { background-color: rgb(206,231,224); }

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

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

 span { border-color: rgb(206,231,224); }

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