Html Css Color HEX #EFB3C5 Chantilly

📋 copy color: '#EFB3C5'

red 239 ◦ green 179 ◦ blue 197

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

Shades of Chantilly #EFB3C5

Tints of Chantilly #EFB3C5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.11%

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 38.86%
G = 29.11%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFB3C5 (or 0xEFB3C5) is known color: Chantilly. HEX triplet: EF, B3 and C5. RGB value is (239,179,197). Sum of RGB (Red+Green+Blue) = 239+179+197=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3C5 is #104C3A. Grayscale: #C6C6C6. Windows color (decimal): -1068091 or 12956655. OLE color: 12956655.

HSL color Cylindrical-coordinate representation of color #EFB3C5: hue angle of 342º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3C5 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 197 -
CMYK 0 0.25 0.18 0.06
HSL 342º 0.65% 0.82% -
HSV(B) 342º 0.25% 0.94% -
XYZ 61.79 54.62 60.11 -
YUV 198.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 239 179 197 0 0.25 0.18 0.06 342 0.65 0.82
Hex EF B3 C5 0 19 12 6 156 41 52
Octal 357 263 305 0 31 22 6 526 101 122
Binary 11101111 10110011 11000101 0 11001 10010 110 101010110 1000001 1010010

Color Harmonies of #EFB3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3C5

Black with #EFB3C5

Text Example


Text Example

White with #EFB3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3C5; }

 p { color: rgb(239,179,197); }

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

background-color css

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

 a { background-color: rgb(239,179,197); }

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

border-color css

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

 span { border-color: rgb(239,179,197); }

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