#EFCDCC

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

Shades of Vanilla Ice #EFCDCC

Tints of Vanilla Ice #EFCDCC

Color information

#EFCDCC (or 0xEFCDCC) is unknown color: approx Vanilla Ice. HEX triplet: EF, CD and CC. RGB value is (239,205,204). Sum of RGB (Red+Green+Blue) = 239+205+204=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCC is #103233. Grayscale: #D7D7D7. Windows color (decimal): -1061428 or 13422063. OLE color: 13422063.

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

Color convert

RGB239205204-
CMYK00.140.150.06
HSL1.71º52.24%86.86%-
HSV(B)1.71º14.64%93.73%-
XYZ68.3366.3766.34-
YUV215.05121.76145.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=36.88%
G=31.64%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920520400.140.150.061.7152.2486.86
HexEFCDCC0EF623457
Octal357315314016176264127
Binary111011111100110111001100011101111110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDCC; }

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

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

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

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

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

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

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

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