Html Css Color HEX #EFBAC2 Chantilly

📋 copy color: '#EFBAC2'

red 239 ◦ green 186 ◦ blue 194

#EFBAC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #EFBAC2

Tints of Chantilly #EFBAC2

RGB

 RED value IS 239 (93.75% from 255) = 38.61%

 GREEN value IS 186 (73.05% from 255) = 30.05%

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 38.61%
G = 30.05%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFBAC2 (or 0xEFBAC2) is known color: Chantilly. HEX triplet: EF, BA and C2. RGB value is (239,186,194). Sum of RGB (Red+Green+Blue) = 239+186+194=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC2 is #10453D. Grayscale: #CACACA. Windows color (decimal): -1066302 or 12761839. OLE color: 12761839.

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

Color convert

RGB 239 186 194 -
CMYK 0 0.22 0.19 0.06
HSL 350.94º 0.62% 0.83% -
HSV(B) 350.94º 0.22% 0.94% -
XYZ 62.89 57.36 58.8 -
YUV 202.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 239 186 194 0 0.22 0.19 0.06 350.94 0.62 0.83
Hex EF BA C2 0 16 13 6 15F 3E 53
Octal 357 272 302 0 26 23 6 537 76 123
Binary 11101111 10111010 11000010 0 10110 10011 110 101011111 111110 1010011

Color Harmonies of #EFBAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAC2

Black with #EFBAC2

Text Example


Text Example

White with #EFBAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAC2; }

 p { color: rgb(239,186,194); }

 H1.HeaderClassName
 {
   color: #EFBAC2;
 }
 .AnyTagClassName
 {
   color: #EFBAC2;
 }
</style>

background-color css

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

 a { background-color: rgb(239,186,194); }

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

border-color css

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

 span { border-color: rgb(239,186,194); }

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