#EFBBD0

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

Shades of Chantilly #EFBBD0

Tints of Chantilly #EFBBD0

Color information

#EFBBD0 (or 0xEFBBD0) is unknown color: approx Chantilly. HEX triplet: EF, BB and D0. RGB value is (239,187,208). Sum of RGB (Red+Green+Blue) = 239+187+208=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD0 is #10442F. Grayscale: #CCCCCC. Windows color (decimal): -1066032 or 13679599. OLE color: 13679599.

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

Color convert

RGB239187208-
CMYK00.220.130.06
HSL335.77º61.9%83.53%-
HSV(B)335.77º21.76%93.73%-
XYZ64.7558.4567.54-
YUV204.94129.73152.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=37.70%
G=29.50%
B=32.81%

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
Decimal23918720800.220.130.06335.7761.983.53
HexEFBBD0016D61503e54
Octal35727332002615652076124
Binary11101111101110111101000001011011011101010100001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBD0; }

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

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

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

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

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

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

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

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