#D0FDE3

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

Shades of White Ice #D0FDE3

Tints of White Ice #D0FDE3

Color information

#D0FDE3 (or 0xD0FDE3) is unknown color: approx White Ice. HEX triplet: D0, FD and E3. RGB value is (208,253,227). Sum of RGB (Red+Green+Blue) = 208+253+227=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDE3 is #2F021C. Grayscale: #ECECEC. Windows color (decimal): -3080733 or 14941648. OLE color: 14941648.

HSL color Cylindrical-coordinate representation of color #D0FDE3: hue angle of 145.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 #D0FDE3 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB208253227-
CMYK0.1800.100.01
HSL145.33º91.84%90.39%-
HSV(B)145.33º17.79%99.22%-
XYZ7589.2185.94-
YUV236.58122.59107.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.23%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 227 (89.06% from 255) = 32.99%
R=30.23%
G=36.77%
B=32.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532270.1800.100.01145.3391.8490.39
HexD0FDE3120A1915c5a
Octal320375343220121221134132
Binary110100001111110111100011100100101011001000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDE3; }

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

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

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

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

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

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

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

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