Html Css Color HEX #EFBAC5 Chantilly

📋 copy color: '#EFBAC5'

red 239 ◦ green 186 ◦ blue 197

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

Shades of Chantilly #EFBAC5

Tints of Chantilly #EFBAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.67%

R = 38.42%
G = 29.9%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFBAC5 (or 0xEFBAC5) is known color: Chantilly. HEX triplet: EF, BA and C5. RGB value is (239,186,197). Sum of RGB (Red+Green+Blue) = 239+186+197=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC5 is #10453A. Grayscale: #CBCBCB. Windows color (decimal): -1066299 or 12958447. OLE color: 12958447.

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

Color convert

RGB 239 186 197 -
CMYK 0 0.22 0.18 0.06
HSL 347.55º 0.62% 0.83% -
HSV(B) 347.55º 0.22% 0.94% -
XYZ 63.23 57.5 60.59 -
YUV 203.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 239 186 197 0 0.22 0.18 0.06 347.55 0.62 0.83
Hex EF BA C5 0 16 12 6 15C 3E 53
Octal 357 272 305 0 26 22 6 534 76 123
Binary 11101111 10111010 11000101 0 10110 10010 110 101011100 111110 1010011

Color Harmonies of #EFBAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAC5

Black with #EFBAC5

Text Example


Text Example

White with #EFBAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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