#D0FDE6

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

Shades of White Ice #D0FDE6

Tints of White Ice #D0FDE6

Color information

#D0FDE6 (or 0xD0FDE6) is unknown color: approx White Ice. HEX triplet: D0, FD and E6. RGB value is (208,253,230). Sum of RGB (Red+Green+Blue) = 208+253+230=691 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.10% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDE6 is #2F0219. Grayscale: #ECECEC. Windows color (decimal): -3080730 or 15138256. OLE color: 15138256.

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

Color convert

RGB208253230-
CMYK0.1800.090.01
HSL149.33º91.84%90.39%-
HSV(B)149.33º17.79%99.22%-
XYZ75.4289.3788.14-
YUV236.92124.09107.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.10%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=30.10%
G=36.61%
B=33.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532300.1800.090.01149.3391.8490.39
HexD0FDE612091955c5a
Octal320375346220111225134132
Binary110100001111110111100110100100100111001010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDE6; }

 p { color: rgb(208,253,230); }

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

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

 a { background-color: rgb(208,253,230); }

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

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

 span { border-color: rgb(208,253,230); }

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