#CDF5ED

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

Shades of Humming Bird #CDF5ED

Tints of Humming Bird #CDF5ED

Color information

#CDF5ED (or 0xCDF5ED) is unknown color: approx Humming Bird. HEX triplet: CD, F5 and ED. RGB value is (205,245,237). Sum of RGB (Red+Green+Blue) = 205+245+237=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5ED is #320A12. Grayscale: #E8E8E8. Windows color (decimal): -3279379 or 15594957. OLE color: 15594957.

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

Color convert

RGB205245237-
CMYK0.1600.030.04
HSL168º66.67%88.24%-
HSV(B)168º16.33%96.08%-
XYZ73.1284.492.56-
YUV232.13130.75108.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 245 (96.09% from 255) = 35.66%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=29.84%
G=35.66%
B=34.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052452370.1600.030.0416866.6788.24
HexCDF5ED10034a84358
Octal31536535520034250103130
Binary110011011111010111101101100000111001010100010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF5ED; }

 p { color: rgb(205,245,237); }

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

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

 a { background-color: rgb(205,245,237); }

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

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

 span { border-color: rgb(205,245,237); }

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