#CDF8ED

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

Shades of Humming Bird #CDF8ED

Tints of Humming Bird #CDF8ED

Color information

#CDF8ED (or 0xCDF8ED) is unknown color: approx Humming Bird. HEX triplet: CD, F8 and ED. RGB value is (205,248,237). Sum of RGB (Red+Green+Blue) = 205+248+237=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF8ED is #320712. Grayscale: #E9E9E9. Windows color (decimal): -3278611 or 15595725. OLE color: 15595725.

HSL color Cylindrical-coordinate representation of color #CDF8ED: hue angle of 164.65º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF8ED is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB205248237-
CMYK0.1700.040.03
HSL164.65º75.44%88.82%-
HSV(B)164.65º17.34%97.25%-
XYZ74.0386.2392.86-
YUV233.89129.75107.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.71%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=29.71%
G=35.94%
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.03
SystemRedGreenBlueCMYKHSL
Decimal2052482370.1700.040.03164.6575.4488.82
HexCDF8ED11043a54b59
Octal31537035521043245113131
Binary110011011111100011101101100010100111010010110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8ED; }

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

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

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

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

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

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

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

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