#EFBCD1

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

Shades of Chantilly #EFBCD1

Tints of Chantilly #EFBCD1

Color information

#EFBCD1 (or 0xEFBCD1) is unknown color: approx Chantilly. HEX triplet: EF, BC and D1. RGB value is (239,188,209). Sum of RGB (Red+Green+Blue) = 239+188+209=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD1 is #10432E. Grayscale: #CDCDCD. Windows color (decimal): -1065775 or 13745391. OLE color: 13745391.

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

Color convert

RGB239188209-
CMYK00.210.130.06
HSL335.29º61.45%83.73%-
HSV(B)335.29º21.34%93.73%-
XYZ65.0958.9268.26-
YUV205.64129.9151.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=37.58%
G=29.56%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918820900.210.130.06335.2961.4583.73
HexEFBCD1015D614f3d54
Octal35727432102515651775124
Binary11101111101111001101000101010111011101010011111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCD1; }

 p { color: rgb(239,188,209); }

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

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

 a { background-color: rgb(239,188,209); }

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

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

 span { border-color: rgb(239,188,209); }

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