Html Css Color HEX #EDD3D2 Vanilla Ice

📋 copy color: '#EDD3D2'

red 237 ◦ green 211 ◦ blue 210

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

Shades of Vanilla Ice #EDD3D2

Tints of Vanilla Ice #EDD3D2

RGB

 RED value IS 237 (92.97% from 255) = 36.02%

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

 BLUE value IS 210 (82.42% from 255) = 31.91%

R = 36.02%
G = 32.07%
B = 31.91%

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

#EDD3D2 (or 0xEDD3D2) is known color: Vanilla Ice. HEX triplet: ED, D3 and D2. RGB value is (237,211,210). Sum of RGB (Red+Green+Blue) = 237+211+210=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3D2 is #122C2D. Grayscale: #DADADA. Windows color (decimal): -1190958 or 13816813. OLE color: 13816813.

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

Color convert

RGB 237 211 210 -
CMYK 0 0.11 0.11 0.07
HSL 2.22º 0.43% 0.88% -
HSV(B) 2.22º 0.11% 0.93% -
XYZ 69.85 69.25 70.66 -
YUV 218.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 237 211 210 0 0.11 0.11 0.07 2.22 0.43 0.88
Hex ED D3 D2 0 B B 7 2 2B 58
Octal 355 323 322 0 13 13 7 2 53 130
Binary 11101101 11010011 11010010 0 1011 1011 111 10 101011 1011000

Color Harmonies of #EDD3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3D2

Black with #EDD3D2

Text Example


Text Example

White with #EDD3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3D2; }

 p { color: rgb(237,211,210); }

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

background-color css

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

 a { background-color: rgb(237,211,210); }

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

border-color css

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

 span { border-color: rgb(237,211,210); }

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