Html Css Color HEX #D3EADD White Ice

📋 copy color: '#D3EADD'

red 211 ◦ green 234 ◦ blue 221

#D3EADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #D3EADD

Tints of White Ice #D3EADD

RGB

 RED value IS 211 (82.81% from 255) = 31.68%

 GREEN value IS 234 (91.8% from 255) = 35.14%

 BLUE value IS 221 (86.72% from 255) = 33.18%

R = 31.68%
G = 35.14%
B = 33.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#D3EADD (or 0xD3EADD) is known color: White Ice. HEX triplet: D3, EA and DD. RGB value is (211,234,221). Sum of RGB (Red+Green+Blue) = 211+234+221=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EADD is #2C1522. Grayscale: #E1E1E1. Windows color (decimal): -2888995 or 14543571. OLE color: 14543571.

HSL color Cylindrical-coordinate representation of color #D3EADD: hue angle of 146.09º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3EADD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 234 221 -
CMYK 0.10 0 0.06 0.08
HSL 146.09º 0.35% 0.87% -
HSV(B) 146.09º 0.1% 0.92% -
XYZ 69.34 77.91 79.79 -
YUV 225.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 211 234 221 0.10 0 0.06 0.08 146.09 0.35 0.87
Hex D3 EA DD A 0 6 8 92 23 57
Octal 323 352 335 12 0 6 10 222 43 127
Binary 11010011 11101010 11011101 1010 0 110 1000 10010010 100011 1010111

Color Harmonies of #D3EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EADD

Black with #D3EADD

Text Example


Text Example

White with #D3EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EADD; }

 p { color: rgb(211,234,221); }

 H1.HeaderClassName
 {
   color: #D3EADD;
 }
 .AnyTagClassName
 {
   color: #D3EADD;
 }
</style>

background-color css

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

 a { background-color: rgb(211,234,221); }

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

border-color css

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

 span { border-color: rgb(211,234,221); }

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