Html Css Color HEX #EFBFC8 Chantilly

📋 copy color: '#EFBFC8'

red 239 ◦ green 191 ◦ blue 200

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

Shades of Chantilly #EFBFC8

Tints of Chantilly #EFBFC8

RGB

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

 GREEN value IS 191 (75% from 255) = 30.32%

 BLUE value IS 200 (78.52% from 255) = 31.75%

R = 37.94%
G = 30.32%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFBFC8 (or 0xEFBFC8) is known color: Chantilly. HEX triplet: EF, BF and C8. RGB value is (239,191,200). Sum of RGB (Red+Green+Blue) = 239+191+200=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC8 is #104037. Grayscale: #CECECE. Windows color (decimal): -1065016 or 13156335. OLE color: 13156335.

HSL color Cylindrical-coordinate representation of color #EFBFC8: hue angle of 348.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFC8 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 200 -
CMYK 0 0.20 0.16 0.06
HSL 348.75º 0.6% 0.84% -
HSV(B) 348.75º 0.2% 0.94% -
XYZ 64.65 59.78 62.78 -
YUV 206.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 239 191 200 0 0.20 0.16 0.06 348.75 0.6 0.84
Hex EF BF C8 0 14 10 6 15D 3C 54
Octal 357 277 310 0 24 20 6 535 74 124
Binary 11101111 10111111 11001000 0 10100 10000 110 101011101 111100 1010100

Color Harmonies of #EFBFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFC8

Black with #EFBFC8

Text Example


Text Example

White with #EFBFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFC8; }

 p { color: rgb(239,191,200); }

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

background-color css

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

 a { background-color: rgb(239,191,200); }

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

border-color css

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

 span { border-color: rgb(239,191,200); }

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