Html Css Color HEX #EFBAC3 Chantilly

📋 copy color: '#EFBAC3'

red 239 ◦ green 186 ◦ blue 195

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

Shades of Chantilly #EFBAC3

Tints of Chantilly #EFBAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.45%

R = 38.55%
G = 30%
B = 31.45%

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

#EFBAC3 (or 0xEFBAC3) is known color: Chantilly. HEX triplet: EF, BA and C3. RGB value is (239,186,195). Sum of RGB (Red+Green+Blue) = 239+186+195=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC3 is #10453C. Grayscale: #CACACA. Windows color (decimal): -1066301 or 12827375. OLE color: 12827375.

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

Color convert

RGB 239 186 195 -
CMYK 0 0.22 0.18 0.06
HSL 349.81º 0.62% 0.83% -
HSV(B) 349.81º 0.22% 0.94% -
XYZ 63.01 57.41 59.39 -
YUV 202.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 239 186 195 0 0.22 0.18 0.06 349.81 0.62 0.83
Hex EF BA C3 0 16 12 6 15E 3E 53
Octal 357 272 303 0 26 22 6 536 76 123
Binary 11101111 10111010 11000011 0 10110 10010 110 101011110 111110 1010011

Color Harmonies of #EFBAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAC3

Black with #EFBAC3

Text Example


Text Example

White with #EFBAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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