#EFBBCD

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

Shades of Chantilly #EFBBCD

Tints of Chantilly #EFBBCD

Color information

#EFBBCD (or 0xEFBBCD) is unknown color: approx Chantilly. HEX triplet: EF, BB and CD. RGB value is (239,187,205). Sum of RGB (Red+Green+Blue) = 239+187+205=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCD is #104432. Grayscale: #CCCCCC. Windows color (decimal): -1066035 or 13482991. OLE color: 13482991.

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

Color convert

RGB239187205-
CMYK00.220.140.06
HSL339.23º61.9%83.53%-
HSV(B)339.23º21.76%93.73%-
XYZ64.3958.365.62-
YUV204.6128.23152.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=37.88%
G=29.64%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918720500.220.140.06339.2361.983.53
HexEFBBCD016E61533e54
Octal35727331502616652376124
Binary11101111101110111100110101011011101101010100111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBCD; }

 p { color: rgb(239,187,205); }

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

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

 a { background-color: rgb(239,187,205); }

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

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

 span { border-color: rgb(239,187,205); }

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