Html Css Color HEX #EDC8C7 Vanilla Ice

📋 copy color: '#EDC8C7'

red 237 ◦ green 200 ◦ blue 199

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

Shades of Vanilla Ice #EDC8C7

Tints of Vanilla Ice #EDC8C7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.45%

 BLUE value IS 199 (78.13% from 255) = 31.29%

R = 37.26%
G = 31.45%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDC8C7 (or 0xEDC8C7) is known color: Vanilla Ice. HEX triplet: ED, C8 and C7. RGB value is (237,200,199). Sum of RGB (Red+Green+Blue) = 237+200+199=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8C7 is #123738. Grayscale: #D2D2D2. Windows color (decimal): -1193785 or 13093101. OLE color: 13093101.

HSL color Cylindrical-coordinate representation of color #EDC8C7: hue angle of 1.58º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8C7 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 199 -
CMYK 0 0.16 0.16 0.07
HSL 1.58º 0.51% 0.85% -
HSV(B) 1.58º 0.16% 0.93% -
XYZ 65.89 63.44 62.8 -
YUV 210.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 237 200 199 0 0.16 0.16 0.07 1.58 0.51 0.85
Hex ED C8 C7 0 10 10 7 2 33 55
Octal 355 310 307 0 20 20 7 2 63 125
Binary 11101101 11001000 11000111 0 10000 10000 111 10 110011 1010101

Color Harmonies of #EDC8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8C7

Black with #EDC8C7

Text Example


Text Example

White with #EDC8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8C7; }

 p { color: rgb(237,200,199); }

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

background-color css

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

 a { background-color: rgb(237,200,199); }

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

border-color css

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

 span { border-color: rgb(237,200,199); }

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