Html Css Color HEX #EED3D0 Vanilla Ice

📋 copy color: '#EED3D0'

red 238 ◦ green 211 ◦ blue 208

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

Shades of Vanilla Ice #EED3D0

Tints of Vanilla Ice #EED3D0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.12%

 BLUE value IS 208 (81.64% from 255) = 31.66%

R = 36.23%
G = 32.12%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EED3D0 (or 0xEED3D0) is known color: Vanilla Ice. HEX triplet: EE, D3 and D0. RGB value is (238,211,208). Sum of RGB (Red+Green+Blue) = 238+211+208=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3D0 is #112C2F. Grayscale: #DADADA. Windows color (decimal): -1125424 or 13685742. OLE color: 13685742.

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

Color convert

RGB 238 211 208 -
CMYK 0 0.11 0.13 0.07
HSL 0.47% 0.87% -
HSV(B) 0.13% 0.93% -
XYZ 69.94 69.32 69.37 -
YUV 218.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 238 211 208 0 0.11 0.13 0.07 6 0.47 0.87
Hex EE D3 D0 0 B D 7 6 2F 57
Octal 356 323 320 0 13 15 7 6 57 127
Binary 11101110 11010011 11010000 0 1011 1101 111 110 101111 1010111

Color Harmonies of #EED3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3D0

Black with #EED3D0

Text Example


Text Example

White with #EED3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3D0; }

 p { color: rgb(238,211,208); }

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

background-color css

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

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

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

border-color css

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

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

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