Html Css Color HEX #EFBCC4 Chantilly

📋 copy color: '#EFBCC4'

red 239 ◦ green 188 ◦ blue 196

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

Shades of Chantilly #EFBCC4

Tints of Chantilly #EFBCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 38.36%
G = 30.18%
B = 31.46%

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

#EFBCC4 (or 0xEFBCC4) is known color: Chantilly. HEX triplet: EF, BC and C4. RGB value is (239,188,196). Sum of RGB (Red+Green+Blue) = 239+188+196=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCC4 is #10433B. Grayscale: #CCCCCC. Windows color (decimal): -1065788 or 12893423. OLE color: 12893423.

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

Color convert

RGB 239 188 196 -
CMYK 0 0.21 0.18 0.06
HSL 350.59º 0.61% 0.84% -
HSV(B) 350.59º 0.21% 0.94% -
XYZ 63.54 58.3 60.13 -
YUV 204.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 239 188 196 0 0.21 0.18 0.06 350.59 0.61 0.84
Hex EF BC C4 0 15 12 6 15F 3D 54
Octal 357 274 304 0 25 22 6 537 75 124
Binary 11101111 10111100 11000100 0 10101 10010 110 101011111 111101 1010100

Color Harmonies of #EFBCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCC4

Black with #EFBCC4

Text Example


Text Example

White with #EFBCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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