Html Css Color HEX #EFBACD Chantilly

📋 copy color: '#EFBACD'

red 239 ◦ green 186 ◦ blue 205

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

Shades of Chantilly #EFBACD

Tints of Chantilly #EFBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 37.94%
G = 29.52%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFBACD (or 0xEFBACD) is known color: Chantilly. HEX triplet: EF, BA and CD. RGB value is (239,186,205). Sum of RGB (Red+Green+Blue) = 239+186+205=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBACD is #104532. Grayscale: #CBCBCB. Windows color (decimal): -1066291 or 13482735. OLE color: 13482735.

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

Color convert

RGB 239 186 205 -
CMYK 0 0.22 0.14 0.06
HSL 338.49º 0.62% 0.83% -
HSV(B) 338.49º 0.22% 0.94% -
XYZ 64.17 57.88 65.55 -
YUV 204.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 239 186 205 0 0.22 0.14 0.06 338.49 0.62 0.83
Hex EF BA CD 0 16 E 6 152 3E 53
Octal 357 272 315 0 26 16 6 522 76 123
Binary 11101111 10111010 11001101 0 10110 1110 110 101010010 111110 1010011

Color Harmonies of #EFBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBACD

Black with #EFBACD

Text Example


Text Example

White with #EFBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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