#EFBDC8

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

Shades of Chantilly #EFBDC8

Tints of Chantilly #EFBDC8

Color information

#EFBDC8 (or 0xEFBDC8) is unknown color: approx Chantilly. HEX triplet: EF, BD and C8. RGB value is (239,189,200). Sum of RGB (Red+Green+Blue) = 239+189+200=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDC8 is #104237. Grayscale: #CDCDCD. Windows color (decimal): -1065528 or 13155823. OLE color: 13155823.

HSL color Cylindrical-coordinate representation of color #EFBDC8: hue angle of 346.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDC8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239189200-
CMYK00.210.160.06
HSL346.8º60.98%83.92%-
HSV(B)346.8º20.92%93.73%-
XYZ64.2258.9262.63-
YUV205.2125.06152.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=38.06%
G=30.10%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918920000.210.160.06346.860.9883.92
HexEFBDC801510615b3d54
Octal35727531002520653375124
Binary111011111011110111001000010101100001101010110111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDC8; }

 p { color: rgb(239,189,200); }

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

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

 a { background-color: rgb(239,189,200); }

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

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

 span { border-color: rgb(239,189,200); }

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