Html Css Color HEX #D5EAE2 White Ice

📋 copy color: '#D5EAE2'

red 213 ◦ green 234 ◦ blue 226

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

Shades of White Ice #D5EAE2

Tints of White Ice #D5EAE2

RGB

 RED value IS 213 (83.59% from 255) = 31.65%

 GREEN value IS 234 (91.8% from 255) = 34.77%

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

R = 31.65%
G = 34.77%
B = 33.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#D5EAE2 (or 0xD5EAE2) is known color: White Ice. HEX triplet: D5, EA and E2. RGB value is (213,234,226). Sum of RGB (Red+Green+Blue) = 213+234+226=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EAE2 is #2A151D. Grayscale: #E2E2E2. Windows color (decimal): -2757918 or 14871253. OLE color: 14871253.

HSL color Cylindrical-coordinate representation of color #D5EAE2: hue angle of 157.14º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EAE2 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 234 226 -
CMYK 0.09 0 0.03 0.08
HSL 157.14º 0.33% 0.88% -
HSV(B) 157.14º 0.09% 0.92% -
XYZ 70.59 78.48 83.38 -
YUV 226.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 213 234 226 0.09 0 0.03 0.08 157.14 0.33 0.88
Hex D5 EA E2 9 0 3 8 9D 21 58
Octal 325 352 342 11 0 3 10 235 41 130
Binary 11010101 11101010 11100010 1001 0 11 1000 10011101 100001 1011000

Color Harmonies of #D5EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EAE2

Black with #D5EAE2

Text Example


Text Example

White with #D5EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EAE2; }

 p { color: rgb(213,234,226); }

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

background-color css

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

 a { background-color: rgb(213,234,226); }

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

border-color css

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

 span { border-color: rgb(213,234,226); }

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