Html Css Color HEX #D2EBDD White Ice

📋 copy color: '#D2EBDD'

red 210 ◦ green 235 ◦ blue 221

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

Shades of White Ice #D2EBDD

Tints of White Ice #D2EBDD

RGB

 RED value IS 210 (82.42% from 255) = 31.53%

 GREEN value IS 235 (92.19% from 255) = 35.29%

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

R = 31.53%
G = 35.29%
B = 33.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#D2EBDD (or 0xD2EBDD) is known color: White Ice. HEX triplet: D2, EB and DD. RGB value is (210,235,221). Sum of RGB (Red+Green+Blue) = 210+235+221=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBDD is #2D1422. Grayscale: #E1E1E1. Windows color (decimal): -2954275 or 14543826. OLE color: 14543826.

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

Color convert

RGB 210 235 221 -
CMYK 0.11 0 0.06 0.08
HSL 146.4º 0.38% 0.87% -
HSV(B) 146.4º 0.11% 0.92% -
XYZ 69.34 78.34 79.87 -
YUV 225.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 210 235 221 0.11 0 0.06 0.08 146.4 0.38 0.87
Hex D2 EB DD B 0 6 8 92 26 57
Octal 322 353 335 13 0 6 10 222 46 127
Binary 11010010 11101011 11011101 1011 0 110 1000 10010010 100110 1010111

Color Harmonies of #D2EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EBDD

Black with #D2EBDD

Text Example


Text Example

White with #D2EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EBDD; }

 p { color: rgb(210,235,221); }

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

background-color css

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

 a { background-color: rgb(210,235,221); }

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

border-color css

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

 span { border-color: rgb(210,235,221); }

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