Html Css Color HEX #D3EBE1 White Ice

📋 copy color: '#D3EBE1'

red 211 ◦ green 235 ◦ blue 225

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

Shades of White Ice #D3EBE1

Tints of White Ice #D3EBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.53%

R = 31.45%
G = 35.02%
B = 33.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#D3EBE1 (or 0xD3EBE1) is known color: White Ice. HEX triplet: D3, EB and E1. RGB value is (211,235,225). Sum of RGB (Red+Green+Blue) = 211+235+225=671 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.45% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBE1 is #2C141E. Grayscale: #E2E2E2. Windows color (decimal): -2888735 or 14805971. OLE color: 14805971.

HSL color Cylindrical-coordinate representation of color #D3EBE1: hue angle of 155º degrees, saturation: 0.38, 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 #D3EBE1 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 235 225 -
CMYK 0.10 0 0.04 0.08
HSL 155º 0.38% 0.87% -
HSV(B) 155º 0.1% 0.92% -
XYZ 70.16 78.7 82.73 -
YUV 226.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 211 235 225 0.10 0 0.04 0.08 155 0.38 0.87
Hex D3 EB E1 A 0 4 8 9B 26 57
Octal 323 353 341 12 0 4 10 233 46 127
Binary 11010011 11101011 11100001 1010 0 100 1000 10011011 100110 1010111

Color Harmonies of #D3EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EBE1

Black with #D3EBE1

Text Example


Text Example

White with #D3EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EBE1; }

 p { color: rgb(211,235,225); }

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

background-color css

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

 a { background-color: rgb(211,235,225); }

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

border-color css

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

 span { border-color: rgb(211,235,225); }

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