#EFD6CB

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

Shades of Bizarre #EFD6CB

Tints of Bizarre #EFD6CB

Color information

#EFD6CB (or 0xEFD6CB) is unknown color: approx Bizarre. HEX triplet: EF, D6 and CB. RGB value is (239,214,203). Sum of RGB (Red+Green+Blue) = 239+214+203=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6CB is #102934. Grayscale: #DCDCDC. Windows color (decimal): -1059125 or 13358831. OLE color: 13358831.

HSL color Cylindrical-coordinate representation of color #EFD6CB: hue angle of 18.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 #EFD6CB is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239214203-
CMYK00.100.150.06
HSL18.33º52.94%86.67%-
HSV(B)18.33º15.06%93.73%-
XYZ70.4270.7666.45-
YUV220.22118.28141.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=36.43%
G=32.62%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921420300.100.150.0618.3352.9486.67
HexEFD6CB0AF6123557
Octal3573263130121762265127
Binary111011111101011011001011010101111110100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6CB; }

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

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

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

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

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

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

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

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