#EFCDCB

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

Shades of Vanilla Ice #EFCDCB

Tints of Vanilla Ice #EFCDCB

Color information

#EFCDCB (or 0xEFCDCB) is unknown color: approx Vanilla Ice. HEX triplet: EF, CD and CB. RGB value is (239,205,203). Sum of RGB (Red+Green+Blue) = 239+205+203=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCB is #103234. Grayscale: #D6D6D6. Windows color (decimal): -1061429 or 13356527. OLE color: 13356527.

HSL color Cylindrical-coordinate representation of color #EFCDCB: hue angle of 3.33º degrees, saturation: 0.53, 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 #EFCDCB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239205203-
CMYK00.140.150.06
HSL3.33º52.94%86.67%-
HSV(B)3.33º15.06%93.73%-
XYZ68.2166.3365.71-
YUV214.94121.26145.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 203 (79.69% from 255) = 31.38%
R=36.94%
G=31.68%
B=31.38%

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
Decimal23920520300.140.150.063.3352.9486.67
HexEFCDCB0EF633557
Octal357315313016176365127
Binary111011111100110111001011011101111110111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDCB; }

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

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

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

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

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

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

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

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