#EFD5CB

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

Shades of Bizarre #EFD5CB

Tints of Bizarre #EFD5CB

Color information

#EFD5CB (or 0xEFD5CB) is unknown color: approx Bizarre. HEX triplet: EF, D5 and CB. RGB value is (239,213,203). Sum of RGB (Red+Green+Blue) = 239+213+203=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CB is #102A34. Grayscale: #DBDBDB. Windows color (decimal): -1059381 or 13358575. OLE color: 13358575.

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

Color convert

RGB239213203-
CMYK00.110.150.06
HSL16.67º52.94%86.67%-
HSV(B)16.67º15.06%93.73%-
XYZ70.1770.2566.36-
YUV219.63118.61141.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 213 (83.59% from 255) = 32.52%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=36.49%
G=32.52%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921320300.110.150.0616.6752.9486.67
HexEFD5CB0BF6113557
Octal3573253130131762165127
Binary111011111101010111001011010111111110100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5CB; }

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

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

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

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

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

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

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

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