#EFD5CC

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

Shades of Bizarre #EFD5CC

Tints of Bizarre #EFD5CC

Color information

#EFD5CC (or 0xEFD5CC) is unknown color: approx Bizarre. HEX triplet: EF, D5 and CC. RGB value is (239,213,204). Sum of RGB (Red+Green+Blue) = 239+213+204=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CC is #102A33. Grayscale: #DBDBDB. Windows color (decimal): -1059380 or 13424111. OLE color: 13424111.

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

Color convert

RGB239213204-
CMYK00.110.150.06
HSL15.43º52.24%86.86%-
HSV(B)15.43º14.64%93.73%-
XYZ70.2970.366.99-
YUV219.75119.11141.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=36.43%
G=32.47%
B=31.10%

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
Decimal23921320400.110.150.0615.4352.2486.86
HexEFD5CC0BF6f3457
Octal3573253140131761764127
Binary11101111110101011100110001011111111011111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5CC; }

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

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

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

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

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

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

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

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