#EFC5C5

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

Shades of Vanilla Ice #EFC5C5

Tints of Vanilla Ice #EFC5C5

Color information

#EFC5C5 (or 0xEFC5C5) is unknown color: approx Vanilla Ice. HEX triplet: EF, C5 and C5. RGB value is (239,197,197). Sum of RGB (Red+Green+Blue) = 239+197+197=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5C5 is #103A3A. Grayscale: #D1D1D1. Windows color (decimal): -1063483 or 12961263. OLE color: 12961263.

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

Color convert

RGB239197197-
CMYK00.180.180.06
HSL56.76%85.49%-
HSV(B)17.57%93.73%-
XYZ65.6462.3161.39-
YUV209.56120.91149-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=37.76%
G=31.12%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919719700.180.180.06056.7685.49
HexEFC5C501212603955
Octal357305305022226071125
Binary1110111111000101110001010100101001011001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5C5; }

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

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

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

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

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

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

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

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