Html Css Color HEX #EFBAC6 Chantilly

📋 copy color: '#EFBAC6'

red 239 ◦ green 186 ◦ blue 198

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

Shades of Chantilly #EFBAC6

Tints of Chantilly #EFBAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 38.36%
G = 29.86%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFBAC6 (or 0xEFBAC6) is known color: Chantilly. HEX triplet: EF, BA and C6. RGB value is (239,186,198). Sum of RGB (Red+Green+Blue) = 239+186+198=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC6 is #104539. Grayscale: #CBCBCB. Windows color (decimal): -1066298 or 13023983. OLE color: 13023983.

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

Color convert

RGB 239 186 198 -
CMYK 0 0.22 0.17 0.06
HSL 346.42º 0.62% 0.83% -
HSV(B) 346.42º 0.22% 0.94% -
XYZ 63.35 57.55 61.19 -
YUV 203.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 239 186 198 0 0.22 0.17 0.06 346.42 0.62 0.83
Hex EF BA C6 0 16 11 6 15A 3E 53
Octal 357 272 306 0 26 21 6 532 76 123
Binary 11101111 10111010 11000110 0 10110 10001 110 101011010 111110 1010011

Color Harmonies of #EFBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAC6

Black with #EFBAC6

Text Example


Text Example

White with #EFBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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