#D0FDE5

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

Shades of White Ice #D0FDE5

Tints of White Ice #D0FDE5

Color information

#D0FDE5 (or 0xD0FDE5) is unknown color: approx White Ice. HEX triplet: D0, FD and E5. RGB value is (208,253,229). Sum of RGB (Red+Green+Blue) = 208+253+229=690 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.14% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDE5 is #2F021A. Grayscale: #ECECEC. Windows color (decimal): -3080731 or 15072720. OLE color: 15072720.

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

Color convert

RGB208253229-
CMYK0.1800.090.01
HSL148º91.84%90.39%-
HSV(B)148º17.79%99.22%-
XYZ75.2889.3287.4-
YUV236.81123.59107.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.14%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 229 (89.84% from 255) = 33.19%
R=30.14%
G=36.67%
B=33.19%

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
Decimal2082532290.1800.090.0114891.8490.39
HexD0FDE512091945c5a
Octal320375345220111224134132
Binary110100001111110111100101100100100111001010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDE5; }

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

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

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

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

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

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

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

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