Html Css Color HEX #D4EDE2 White Ice

📋 copy color: '#D4EDE2'

red 212 ◦ green 237 ◦ blue 226

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

Shades of White Ice #D4EDE2

Tints of White Ice #D4EDE2

RGB

 RED value IS 212 (83.2% from 255) = 31.41%

 GREEN value IS 237 (92.97% from 255) = 35.11%

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

R = 31.41%
G = 35.11%
B = 33.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#D4EDE2 (or 0xD4EDE2) is known color: White Ice. HEX triplet: D4, ED and E2. RGB value is (212,237,226). Sum of RGB (Red+Green+Blue) = 212+237+226=675 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.41% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDE2 is #2B121D. Grayscale: #E4E4E4. Windows color (decimal): -2822686 or 14872020. OLE color: 14872020.

HSL color Cylindrical-coordinate representation of color #D4EDE2: hue angle of 153.6º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EDE2 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 226 -
CMYK 0.11 0 0.05 0.07
HSL 153.6º 0.41% 0.88% -
HSV(B) 153.6º 0.11% 0.93% -
XYZ 71.16 80.06 83.65 -
YUV 228.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 212 237 226 0.11 0 0.05 0.07 153.6 0.41 0.88
Hex D4 ED E2 B 0 5 7 9A 29 58
Octal 324 355 342 13 0 5 7 232 51 130
Binary 11010100 11101101 11100010 1011 0 101 111 10011010 101001 1011000

Color Harmonies of #D4EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDE2

Black with #D4EDE2

Text Example


Text Example

White with #D4EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDE2; }

 p { color: rgb(212,237,226); }

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

background-color css

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

 a { background-color: rgb(212,237,226); }

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

border-color css

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

 span { border-color: rgb(212,237,226); }

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