#EFBBD1

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

Shades of Chantilly #EFBBD1

Tints of Chantilly #EFBBD1

Color information

#EFBBD1 (or 0xEFBBD1) is unknown color: approx Chantilly. HEX triplet: EF, BB and D1. RGB value is (239,187,209). Sum of RGB (Red+Green+Blue) = 239+187+209=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD1 is #10442E. Grayscale: #CDCDCD. Windows color (decimal): -1066031 or 13745135. OLE color: 13745135.

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

Color convert

RGB239187209-
CMYK00.220.130.06
HSL334.62º61.9%83.53%-
HSV(B)334.62º21.76%93.73%-
XYZ64.8858.4968.19-
YUV205.06130.23152.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=37.64%
G=29.45%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918720900.220.130.06334.6261.983.53
HexEFBBD1016D614f3e54
Octal35727332102615651776124
Binary11101111101110111101000101011011011101010011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBD1; }

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

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

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

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

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

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

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

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