Html Css Color HEX #D1EBDD White Ice

📋 copy color: '#D1EBDD'

red 209 ◦ green 235 ◦ blue 221

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

Shades of White Ice #D1EBDD

Tints of White Ice #D1EBDD

RGB

 RED value IS 209 (82.03% from 255) = 31.43%

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

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

R = 31.43%
G = 35.34%
B = 33.23%

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

#D1EBDD (or 0xD1EBDD) is known color: White Ice. HEX triplet: D1, EB and DD. RGB value is (209,235,221). Sum of RGB (Red+Green+Blue) = 209+235+221=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBDD is #2E1422. Grayscale: #E1E1E1. Windows color (decimal): -3019811 or 14543825. OLE color: 14543825.

HSL color Cylindrical-coordinate representation of color #D1EBDD: hue angle of 147.69º degrees, saturation: 0.39, 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 #D1EBDD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 235 221 -
CMYK 0.11 0 0.06 0.08
HSL 147.69º 0.39% 0.87% -
HSV(B) 147.69º 0.11% 0.92% -
XYZ 69.05 78.19 79.86 -
YUV 225.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 209 235 221 0.11 0 0.06 0.08 147.69 0.39 0.87
Hex D1 EB DD B 0 6 8 94 27 57
Octal 321 353 335 13 0 6 10 224 47 127
Binary 11010001 11101011 11011101 1011 0 110 1000 10010100 100111 1010111

Color Harmonies of #D1EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EBDD

Black with #D1EBDD

Text Example


Text Example

White with #D1EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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