#EFBBCA

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

Shades of Chantilly #EFBBCA

Tints of Chantilly #EFBBCA

Color information

#EFBBCA (or 0xEFBBCA) is unknown color: approx Chantilly. HEX triplet: EF, BB and CA. RGB value is (239,187,202). Sum of RGB (Red+Green+Blue) = 239+187+202=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBCA is #104435. Grayscale: #CCCCCC. Windows color (decimal): -1066038 or 13286383. OLE color: 13286383.

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

Color convert

RGB239187202-
CMYK00.220.150.06
HSL342.69º61.9%83.53%-
HSV(B)342.69º21.76%93.73%-
XYZ64.0358.1663.73-
YUV204.26126.73152.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=38.06%
G=29.78%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918720200.220.150.06342.6961.983.53
HexEFBBCA016F61573e54
Octal35727331202617652776124
Binary11101111101110111100101001011011111101010101111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBCA; }

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

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

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

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

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

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

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

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