#EFD6C7

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

Shades of Bizarre #EFD6C7

Tints of Bizarre #EFD6C7

Color information

#EFD6C7 (or 0xEFD6C7) is unknown color: approx Bizarre. HEX triplet: EF, D6 and C7. RGB value is (239,214,199). Sum of RGB (Red+Green+Blue) = 239+214+199=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6C7 is #102938. Grayscale: #DBDBDB. Windows color (decimal): -1059129 or 13096687. OLE color: 13096687.

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

Color convert

RGB239214199-
CMYK00.100.170.06
HSL22.5º55.56%85.88%-
HSV(B)22.5º16.74%93.73%-
XYZ69.9570.5763.97-
YUV219.76116.28141.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 214 (83.98% from 255) = 32.82%
BLUE value IS 199 (78.12% from 255) = 30.52%
R=36.66%
G=32.82%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921419900.100.170.0622.555.5685.88
HexEFD6C70A116173856
Octal3573263070122162770126
Binary1110111111010110110001110101010001110101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6C7; }

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

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

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

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

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

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

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

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