#EDCDCC

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

Shades of Vanilla Ice #EDCDCC

Tints of Vanilla Ice #EDCDCC

Color information

#EDCDCC (or 0xEDCDCC) is unknown color: approx Vanilla Ice. HEX triplet: ED, CD and CC. RGB value is (237,205,204). Sum of RGB (Red+Green+Blue) = 237+205+204=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCC is #123233. Grayscale: #D6D6D6. Windows color (decimal): -1192500 or 13422061. OLE color: 13422061.

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

Color convert

RGB237205204-
CMYK00.140.140.07
HSL1.82º47.83%86.47%-
HSV(B)1.82º13.92%92.94%-
XYZ67.6666.0366.31-
YUV214.45122.1144.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=36.69%
G=31.73%
B=31.58%

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
Decimal23720520400.140.140.071.8247.8386.47
HexEDCDCC0EE723056
Octal355315314016167260126
Binary111011011100110111001100011101110111101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDCC; }

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

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

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

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

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

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

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

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