#EFC8C8

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

Shades of Vanilla Ice #EFC8C8

Tints of Vanilla Ice #EFC8C8

Color information

#EFC8C8 (or 0xEFC8C8) is unknown color: approx Vanilla Ice. HEX triplet: EF, C8 and C8. RGB value is (239,200,200). Sum of RGB (Red+Green+Blue) = 239+200+200=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8C8 is #103737. Grayscale: #D3D3D3. Windows color (decimal): -1062712 or 13158639. OLE color: 13158639.

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

Color convert

RGB239200200-
CMYK00.160.160.06
HSL54.93%86.08%-
HSV(B)16.32%93.73%-
XYZ66.6863.8363.45-
YUV211.66121.42147.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=37.40%
G=31.30%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920020000.160.160.06054.9386.08
HexEFC8C801010603756
Octal357310310020206067126
Binary1110111111001000110010000100001000011001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8C8; }

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

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

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

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

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

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

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

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