Html Css Color HEX #EDC9C9 Vanilla Ice

📋 copy color: '#EDC9C9'

red 237 ◦ green 201 ◦ blue 201

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

Shades of Vanilla Ice #EDC9C9

Tints of Vanilla Ice #EDC9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.46%

R = 37.09%
G = 31.46%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDC9C9 (or 0xEDC9C9) is known color: Vanilla Ice. HEX triplet: ED, C9 and C9. RGB value is (237,201,201). Sum of RGB (Red+Green+Blue) = 237+201+201=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9C9 is #123636. Grayscale: #D3D3D3. Windows color (decimal): -1193527 or 13224429. OLE color: 13224429.

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

Color convert

RGB 237 201 201 -
CMYK 0 0.15 0.15 0.07
HSL 0.5% 0.86% -
HSV(B) 0.15% 0.93% -
XYZ 66.35 63.99 64.11 -
YUV 211.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 237 201 201 0 0.15 0.15 0.07 0 0.5 0.86
Hex ED C9 C9 0 F F 7 0 32 56
Octal 355 311 311 0 17 17 7 0 62 126
Binary 11101101 11001001 11001001 0 1111 1111 111 0 110010 1010110

Color Harmonies of #EDC9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9C9

Black with #EDC9C9

Text Example


Text Example

White with #EDC9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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