#EDCDCD

Color #EDCDCD Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #EDCDCD

Tints of Vanilla Ice #EDCDCD

Color information

#EDCDCD (or 0xEDCDCD) is unknown color: approx Vanilla Ice. HEX triplet: ED, CD and CD. RGB value is (237,205,205). Sum of RGB (Red+Green+Blue) = 237+205+205=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCD is #123232. Grayscale: #D6D6D6. Windows color (decimal): -1192499 or 13487597. OLE color: 13487597.

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

Color convert

RGB237205205-
CMYK00.140.140.07
HSL47.06%86.67%-
HSV(B)13.5%92.94%-
XYZ67.7866.0766.94-
YUV214.57122.6144-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=36.63%
G=31.68%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720520500.140.140.07047.0686.67
HexEDCDCD0EE702f57
Octal355315315016167057127
Binary11101101110011011100110101110111011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDCD; }

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

 H1.HeaderClassName
 {
   color: #EDCDCD;
 }
 .AnyTagClassName
 {
   color: #EDCDCD;
 }
</style>
background-color css

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

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

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

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

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

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