#CEFDED

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

Shades of Humming Bird #CEFDED

Tints of Humming Bird #CEFDED

Color information

#CEFDED (or 0xCEFDED) is unknown color: approx Humming Bird. HEX triplet: CE, FD and ED. RGB value is (206,253,237). Sum of RGB (Red+Green+Blue) = 206+253+237=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDED is #310212. Grayscale: #EDEDED. Windows color (decimal): -3211795 or 15597006. OLE color: 15597006.

HSL color Cylindrical-coordinate representation of color #CEFDED: hue angle of 159.57º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDED is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB206253237-
CMYK0.1900.060.01
HSL159.57º92.16%90%-
HSV(B)159.57º18.58%99.22%-
XYZ75.8689.4993.39-
YUV237.12127.93105.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.60%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=29.60%
G=36.35%
B=34.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532370.1900.060.01159.5792.1690
HexCEFDED13061a05c5a
Octal31637535523061240134132
Binary11001110111111011110110110011011011010000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDED; }

 p { color: rgb(206,253,237); }

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

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

 a { background-color: rgb(206,253,237); }

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

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

 span { border-color: rgb(206,253,237); }

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