Html Css Color HEX #EDC9C8 Vanilla Ice

📋 copy color: '#EDC9C8'

red 237 ◦ green 201 ◦ blue 200

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

Shades of Vanilla Ice #EDC9C8

Tints of Vanilla Ice #EDC9C8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.5%

 BLUE value IS 200 (78.52% from 255) = 31.35%

R = 37.15%
G = 31.5%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDC9C8 (or 0xEDC9C8) is known color: Vanilla Ice. HEX triplet: ED, C9 and C8. RGB value is (237,201,200). Sum of RGB (Red+Green+Blue) = 237+201+200=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9C8 is #123637. Grayscale: #D3D3D3. Windows color (decimal): -1193528 or 13158893. OLE color: 13158893.

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

Color convert

RGB 237 201 200 -
CMYK 0 0.15 0.16 0.07
HSL 1.62º 0.51% 0.86% -
HSV(B) 1.62º 0.16% 0.93% -
XYZ 66.24 63.95 63.5 -
YUV 211.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 237 201 200 0 0.15 0.16 0.07 1.62 0.51 0.86
Hex ED C9 C8 0 F 10 7 2 33 56
Octal 355 311 310 0 17 20 7 2 63 126
Binary 11101101 11001001 11001000 0 1111 10000 111 10 110011 1010110

Color Harmonies of #EDC9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9C8

Black with #EDC9C8

Text Example


Text Example

White with #EDC9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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