Html Css Color HEX #D3EBE2 White Ice

📋 copy color: '#D3EBE2'

red 211 ◦ green 235 ◦ blue 226

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

Shades of White Ice #D3EBE2

Tints of White Ice #D3EBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.63%

R = 31.4%
G = 34.97%
B = 33.63%

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

#D3EBE2 (or 0xD3EBE2) is known color: White Ice. HEX triplet: D3, EB and E2. RGB value is (211,235,226). Sum of RGB (Red+Green+Blue) = 211+235+226=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBE2 is #2C141D. Grayscale: #E2E2E2. Windows color (decimal): -2888734 or 14871507. OLE color: 14871507.

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

Color convert

RGB 211 235 226 -
CMYK 0.10 0 0.04 0.08
HSL 157.5º 0.38% 0.87% -
HSV(B) 157.5º 0.1% 0.92% -
XYZ 70.3 78.76 83.45 -
YUV 226.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 211 235 226 0.10 0 0.04 0.08 157.5 0.38 0.87
Hex D3 EB E2 A 0 4 8 9E 26 57
Octal 323 353 342 12 0 4 10 236 46 127
Binary 11010011 11101011 11100010 1010 0 100 1000 10011110 100110 1010111

Color Harmonies of #D3EBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EBE2

Black with #D3EBE2

Text Example


Text Example

White with #D3EBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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