Html Css Color HEX #EFBCC5 Chantilly

📋 copy color: '#EFBCC5'

red 239 ◦ green 188 ◦ blue 197

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

Shades of Chantilly #EFBCC5

Tints of Chantilly #EFBCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.13%

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

R = 38.3%
G = 30.13%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFBCC5 (or 0xEFBCC5) is known color: Chantilly. HEX triplet: EF, BC and C5. RGB value is (239,188,197). Sum of RGB (Red+Green+Blue) = 239+188+197=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCC5 is #10433A. Grayscale: #CCCCCC. Windows color (decimal): -1065787 or 12958959. OLE color: 12958959.

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

Color convert

RGB 239 188 197 -
CMYK 0 0.21 0.18 0.06
HSL 349.41º 0.61% 0.84% -
HSV(B) 349.41º 0.21% 0.94% -
XYZ 63.66 58.35 60.73 -
YUV 204.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 239 188 197 0 0.21 0.18 0.06 349.41 0.61 0.84
Hex EF BC C5 0 15 12 6 15D 3D 54
Octal 357 274 305 0 25 22 6 535 75 124
Binary 11101111 10111100 11000101 0 10101 10010 110 101011101 111101 1010100

Color Harmonies of #EFBCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCC5

Black with #EFBCC5

Text Example


Text Example

White with #EFBCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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