Html Css Color HEX #EED5D5 Vanilla Ice

📋 copy color: '#EED5D5'

red 238 ◦ green 213 ◦ blue 213

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

Shades of Vanilla Ice #EED5D5

Tints of Vanilla Ice #EED5D5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.08%

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

R = 35.84%
G = 32.08%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EED5D5 (or 0xEED5D5) is known color: Vanilla Ice. HEX triplet: EE, D5 and D5. RGB value is (238,213,213). Sum of RGB (Red+Green+Blue) = 238+213+213=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5D5 is #112A2A. Grayscale: #DCDCDC. Windows color (decimal): -1124907 or 14013934. OLE color: 14013934.

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

Color convert

RGB 238 213 213 -
CMYK 0 0.11 0.11 0.07
HSL 0.42% 0.88% -
HSV(B) 0.11% 0.93% -
XYZ 71.06 70.57 72.83 -
YUV 220.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 238 213 213 0 0.11 0.11 0.07 0 0.42 0.88
Hex EE D5 D5 0 B B 7 0 2A 58
Octal 356 325 325 0 13 13 7 0 52 130
Binary 11101110 11010101 11010101 0 1011 1011 111 0 101010 1011000

Color Harmonies of #EED5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5D5

Black with #EED5D5

Text Example


Text Example

White with #EED5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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