#D0EFDF

Color #D0EFDF White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #D0EFDF

Tints of White Ice #D0EFDF

Color information

#D0EFDF (or 0xD0EFDF) is unknown color: approx White Ice. HEX triplet: D0, EF and DF. RGB value is (208,239,223). Sum of RGB (Red+Green+Blue) = 208+239+223=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFDF is #2F1020. Grayscale: #E3E3E3. Windows color (decimal): -3084321 or 14675920. OLE color: 14675920.

HSL color Cylindrical-coordinate representation of color #D0EFDF: hue angle of 149.03º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EFDF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB208239223-
CMYK0.1300.070.06
HSL149.03º49.21%87.65%-
HSV(B)149.03º12.97%93.73%-
XYZ70.280.4781.64-
YUV227.91125.23113.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.04%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=31.04%
G=35.67%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392230.1300.070.06149.0349.2187.65
HexD0EFDFD076953158
Octal3203573371507622561130
Binary11010000111011111101111111010111110100101011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFDF; }

 p { color: rgb(208,239,223); }

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

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

 a { background-color: rgb(208,239,223); }

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

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

 span { border-color: rgb(208,239,223); }

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