#D0FCEE

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

Shades of Humming Bird #D0FCEE

Tints of Humming Bird #D0FCEE

Color information

#D0FCEE (or 0xD0FCEE) is unknown color: approx Humming Bird. HEX triplet: D0, FC and EE. RGB value is (208,252,238). Sum of RGB (Red+Green+Blue) = 208+252+238=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FCEE is #2F0311. Grayscale: #EDEDED. Windows color (decimal): -3080978 or 15662288. OLE color: 15662288.

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

Color convert

RGB208252238-
CMYK0.1700.060.01
HSL160.91º88%90.2%-
HSV(B)160.91º17.46%98.82%-
XYZ76.2689.294.09-
YUV237.25128.42107.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.80%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=29.80%
G=36.10%
B=34.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082522380.1700.060.01160.918890.2
HexD0FCEE11061a1585a
Octal32037435621061241130132
Binary11010000111111001110111010001011011010000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCEE; }

 p { color: rgb(208,252,238); }

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

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

 a { background-color: rgb(208,252,238); }

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

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

 span { border-color: rgb(208,252,238); }

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