#CDF6EC

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

Shades of Humming Bird #CDF6EC

Tints of Humming Bird #CDF6EC

Color information

#CDF6EC (or 0xCDF6EC) is unknown color: approx Humming Bird. HEX triplet: CD, F6 and EC. RGB value is (205,246,236). Sum of RGB (Red+Green+Blue) = 205+246+236=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6EC is #320913. Grayscale: #E8E8E8. Windows color (decimal): -3279124 or 15529677. OLE color: 15529677.

HSL color Cylindrical-coordinate representation of color #CDF6EC: hue angle of 165.37º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF6EC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB205246236-
CMYK0.1700.040.04
HSL165.37º69.49%88.43%-
HSV(B)165.37º16.67%96.47%-
XYZ73.2784.9591.89-
YUV232.6129.92108.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=29.84%
G=35.81%
B=34.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052462360.1700.040.04165.3769.4988.43
HexCDF6EC11044a54558
Octal31536635421044245105130
Binary1100110111110110111011001000101001001010010110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6EC; }

 p { color: rgb(205,246,236); }

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

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

 a { background-color: rgb(205,246,236); }

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

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

 span { border-color: rgb(205,246,236); }

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