Html Css Color HEX #EFBACB Chantilly

📋 copy color: '#EFBACB'

red 239 ◦ green 186 ◦ blue 203

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

Shades of Chantilly #EFBACB

Tints of Chantilly #EFBACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.32%

R = 38.06%
G = 29.62%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFBACB (or 0xEFBACB) is known color: Chantilly. HEX triplet: EF, BA and CB. RGB value is (239,186,203). Sum of RGB (Red+Green+Blue) = 239+186+203=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBACB is #104534. Grayscale: #CBCBCB. Windows color (decimal): -1066293 or 13351663. OLE color: 13351663.

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

Color convert

RGB 239 186 203 -
CMYK 0 0.22 0.15 0.06
HSL 340.75º 0.62% 0.83% -
HSV(B) 340.75º 0.22% 0.94% -
XYZ 63.94 57.78 64.28 -
YUV 203.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 239 186 203 0 0.22 0.15 0.06 340.75 0.62 0.83
Hex EF BA CB 0 16 F 6 155 3E 53
Octal 357 272 313 0 26 17 6 525 76 123
Binary 11101111 10111010 11001011 0 10110 1111 110 101010101 111110 1010011

Color Harmonies of #EFBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBACB

Black with #EFBACB

Text Example


Text Example

White with #EFBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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