#EFCDCD

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

Shades of Vanilla Ice #EFCDCD

Tints of Vanilla Ice #EFCDCD

Color information

#EFCDCD (or 0xEFCDCD) is unknown color: approx Vanilla Ice. HEX triplet: EF, CD and CD. RGB value is (239,205,205). Sum of RGB (Red+Green+Blue) = 239+205+205=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCD is #103232. Grayscale: #D7D7D7. Windows color (decimal): -1061427 or 13487599. OLE color: 13487599.

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

Color convert

RGB239205205-
CMYK00.140.140.06
HSL51.52%87.06%-
HSV(B)14.23%93.73%-
XYZ68.4566.4266.97-
YUV215.17122.26145-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=36.83%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920520500.140.140.06051.5287.06
HexEFCDCD0EE603457
Octal357315315016166064127
Binary11101111110011011100110101110111011001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDCD; }

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

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

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

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

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

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

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

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