#D6E3DD

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

Shades of White Ice #D6E3DD

Tints of White Ice #D6E3DD

Color information

#D6E3DD (or 0xD6E3DD) is unknown color: approx White Ice. HEX triplet: D6, E3 and DD. RGB value is (214,227,221). Sum of RGB (Red+Green+Blue) = 214+227+221=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E3DD is #291C22. Grayscale: #DEDEDE. Windows color (decimal): -2694179 or 14541782. OLE color: 14541782.

HSL color Cylindrical-coordinate representation of color #D6E3DD: hue angle of 152.31º degrees, saturation: 0.19, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6E3DD is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB214227221-
CMYK0.0600.030.11
HSL152.31º18.84%86.47%-
HSV(B)152.31º5.73%89.02%-
XYZ68.2574.4579.18-
YUV222.43127.19121.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.33%
GREEN value IS 227 (89.06% from 255) = 34.29%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=32.33%
G=34.29%
B=33.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142272210.0600.030.11152.3118.8486.47
HexD6E3DD603B981356
Octal3263433356031323023126
Binary110101101110001111011101110011101110011000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E3DD; }

 p { color: rgb(214,227,221); }

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

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

 a { background-color: rgb(214,227,221); }

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

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

 span { border-color: rgb(214,227,221); }

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