#CDEFE7

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

Shades of Humming Bird #CDEFE7

Tints of Humming Bird #CDEFE7

Color information

#CDEFE7 (or 0xCDEFE7) is unknown color: approx Humming Bird. HEX triplet: CD, EF and E7. RGB value is (205,239,231). Sum of RGB (Red+Green+Blue) = 205+239+231=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFE7 is #321018. Grayscale: #E3E3E3. Windows color (decimal): -3280921 or 15200205. OLE color: 15200205.

HSL color Cylindrical-coordinate representation of color #CDEFE7: hue angle of 165.88º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFE7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB205239231-
CMYK0.1400.030.06
HSL165.88º51.52%87.06%-
HSV(B)165.88º14.23%93.73%-
XYZ70.4780.4887.42-
YUV227.92129.74111.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=30.37%
G=35.41%
B=34.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392310.1400.030.06165.8851.5287.06
HexCDEFE7E036a63457
Octal3153573471603624664127
Binary1100110111101111111001111110011110101001101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFE7; }

 p { color: rgb(205,239,231); }

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

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

 a { background-color: rgb(205,239,231); }

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

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

 span { border-color: rgb(205,239,231); }

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