Html Css Color HEX #EFBAC8 Chantilly

📋 copy color: '#EFBAC8'

red 239 ◦ green 186 ◦ blue 200

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

Shades of Chantilly #EFBAC8

Tints of Chantilly #EFBAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32%

R = 38.24%
G = 29.76%
B = 32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFBAC8 (or 0xEFBAC8) is known color: Chantilly. HEX triplet: EF, BA and C8. RGB value is (239,186,200). Sum of RGB (Red+Green+Blue) = 239+186+200=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC8 is #104537. Grayscale: #CBCBCB. Windows color (decimal): -1066296 or 13155055. OLE color: 13155055.

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

Color convert

RGB 239 186 200 -
CMYK 0 0.22 0.16 0.06
HSL 344.15º 0.62% 0.83% -
HSV(B) 344.15º 0.22% 0.94% -
XYZ 63.58 57.64 62.42 -
YUV 203.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 239 186 200 0 0.22 0.16 0.06 344.15 0.62 0.83
Hex EF BA C8 0 16 10 6 158 3E 53
Octal 357 272 310 0 26 20 6 530 76 123
Binary 11101111 10111010 11001000 0 10110 10000 110 101011000 111110 1010011

Color Harmonies of #EFBAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAC8

Black with #EFBAC8

Text Example


Text Example

White with #EFBAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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