#CDEEE2

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

Shades of Humming Bird #CDEEE2

Tints of Humming Bird #CDEEE2

Color information

#CDEEE2 (or 0xCDEEE2) is unknown color: approx Humming Bird. HEX triplet: CD, EE and E2. RGB value is (205,238,226). Sum of RGB (Red+Green+Blue) = 205+238+226=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEE2 is #32111D. Grayscale: #E2E2E2. Windows color (decimal): -3281182 or 14872269. OLE color: 14872269.

HSL color Cylindrical-coordinate representation of color #CDEEE2: hue angle of 158.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEE2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB205238226-
CMYK0.1400.050.07
HSL158.18º49.25%86.86%-
HSV(B)158.18º13.87%93.33%-
XYZ69.4879.6283.66-
YUV226.76127.57112.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 226 (88.67% from 255) = 33.78%
R=30.64%
G=35.58%
B=33.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382260.1400.050.07158.1849.2586.86
HexCDEEE2E0579e3157
Octal3153563421605723661127
Binary11001101111011101110001011100101111100111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEE2; }

 p { color: rgb(205,238,226); }

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

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

 a { background-color: rgb(205,238,226); }

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

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

 span { border-color: rgb(205,238,226); }

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