Html Css Color HEX #D3EFDE White Ice

📋 copy color: '#D3EFDE'

red 211 ◦ green 239 ◦ blue 222

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

Shades of White Ice #D3EFDE

Tints of White Ice #D3EFDE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.57%

 BLUE value IS 222 (87.11% from 255) = 33.04%

R = 31.4%
G = 35.57%
B = 33.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#D3EFDE (or 0xD3EFDE) is known color: White Ice. HEX triplet: D3, EF and DE. RGB value is (211,239,222). Sum of RGB (Red+Green+Blue) = 211+239+222=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EFDE is #2C1021. Grayscale: #E4E4E4. Windows color (decimal): -2887714 or 14610387. OLE color: 14610387.

HSL color Cylindrical-coordinate representation of color #D3EFDE: hue angle of 143.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EFDE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 239 222 -
CMYK 0.12 0 0.07 0.06
HSL 143.57º 0.47% 0.88% -
HSV(B) 143.57º 0.12% 0.94% -
XYZ 70.92 80.86 80.98 -
YUV 228.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 211 239 222 0.12 0 0.07 0.06 143.57 0.47 0.88
Hex D3 EF DE C 0 7 6 90 2F 58
Octal 323 357 336 14 0 7 6 220 57 130
Binary 11010011 11101111 11011110 1100 0 111 110 10010000 101111 1011000

Color Harmonies of #D3EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EFDE

Black with #D3EFDE

Text Example


Text Example

White with #D3EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EFDE; }

 p { color: rgb(211,239,222); }

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

background-color css

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

 a { background-color: rgb(211,239,222); }

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

border-color css

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

 span { border-color: rgb(211,239,222); }

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