#D0FDE7

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

Shades of White Ice #D0FDE7

Tints of White Ice #D0FDE7

Color information

#D0FDE7 (or 0xD0FDE7) is unknown color: approx White Ice. HEX triplet: D0, FD and E7. RGB value is (208,253,231). Sum of RGB (Red+Green+Blue) = 208+253+231=692 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.06% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDE7 is #2F0218. Grayscale: #EDEDED. Windows color (decimal): -3080729 or 15203792. OLE color: 15203792.

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

Color convert

RGB208253231-
CMYK0.1800.090.01
HSL150.67º91.84%90.39%-
HSV(B)150.67º17.79%99.22%-
XYZ75.5689.4388.88-
YUV237.04124.59107.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.06%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 231 (90.62% from 255) = 33.38%
R=30.06%
G=36.56%
B=33.38%

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
Decimal2082532310.1800.090.01150.6791.8490.39
HexD0FDE712091975c5a
Octal320375347220111227134132
Binary110100001111110111100111100100100111001011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDE7; }

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

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

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

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

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

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

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

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