Html Css Color HEX #EED6D5 Vanilla Ice

📋 copy color: '#EED6D5'

red 238 ◦ green 214 ◦ blue 213

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

Shades of Vanilla Ice #EED6D5

Tints of Vanilla Ice #EED6D5

RGB

 RED value IS 238 (93.36% from 255) = 35.79%

 GREEN value IS 214 (83.98% from 255) = 32.18%

 BLUE value IS 213 (83.59% from 255) = 32.03%

R = 35.79%
G = 32.18%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EED6D5 (or 0xEED6D5) is known color: Vanilla Ice. HEX triplet: EE, D6 and D5. RGB value is (238,214,213). Sum of RGB (Red+Green+Blue) = 238+214+213=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6D5 is #11292A. Grayscale: #DDDDDD. Windows color (decimal): -1124651 or 14014190. OLE color: 14014190.

HSL color Cylindrical-coordinate representation of color #EED6D5: hue angle of 2.4º degrees, saturation: 0.42, 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 #EED6D5 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 213 -
CMYK 0 0.10 0.11 0.07
HSL 2.4º 0.42% 0.88% -
HSV(B) 2.4º 0.11% 0.93% -
XYZ 71.32 71.07 72.91 -
YUV 221.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 238 214 213 0 0.10 0.11 0.07 2.4 0.42 0.88
Hex EE D6 D5 0 A B 7 2 2A 58
Octal 356 326 325 0 12 13 7 2 52 130
Binary 11101110 11010110 11010101 0 1010 1011 111 10 101010 1011000

Color Harmonies of #EED6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6D5

Black with #EED6D5

Text Example


Text Example

White with #EED6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6D5; }

 p { color: rgb(238,214,213); }

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

background-color css

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

 a { background-color: rgb(238,214,213); }

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

border-color css

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

 span { border-color: rgb(238,214,213); }

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