Html Css Color HEX #EFBFC9 Chantilly

📋 copy color: '#EFBFC9'

red 239 ◦ green 191 ◦ blue 201

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

Shades of Chantilly #EFBFC9

Tints of Chantilly #EFBFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.85%

R = 37.88%
G = 30.27%
B = 31.85%

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

#EFBFC9 (or 0xEFBFC9) is known color: Chantilly. HEX triplet: EF, BF and C9. RGB value is (239,191,201). Sum of RGB (Red+Green+Blue) = 239+191+201=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC9 is #104036. Grayscale: #CECECE. Windows color (decimal): -1065015 or 13221871. OLE color: 13221871.

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

Color convert

RGB 239 191 201 -
CMYK 0 0.20 0.16 0.06
HSL 347.5º 0.6% 0.84% -
HSV(B) 347.5º 0.2% 0.94% -
XYZ 64.77 59.83 63.39 -
YUV 206.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 239 191 201 0 0.20 0.16 0.06 347.5 0.6 0.84
Hex EF BF C9 0 14 10 6 15C 3C 54
Octal 357 277 311 0 24 20 6 534 74 124
Binary 11101111 10111111 11001001 0 10100 10000 110 101011100 111100 1010100

Color Harmonies of #EFBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFC9

Black with #EFBFC9

Text Example


Text Example

White with #EFBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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