Html Css Color HEX #EFBFD1 Chantilly

📋 copy color: '#EFBFD1'

red 239 ◦ green 191 ◦ blue 209

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

Shades of Chantilly #EFBFD1

Tints of Chantilly #EFBFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.71%

R = 37.4%
G = 29.89%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFBFD1 (or 0xEFBFD1) is known color: Chantilly. HEX triplet: EF, BF and D1. RGB value is (239,191,209). Sum of RGB (Red+Green+Blue) = 239+191+209=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD1 is #10402E. Grayscale: #CFCFCF. Windows color (decimal): -1065007 or 13746159. OLE color: 13746159.

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

Color convert

RGB 239 191 209 -
CMYK 0 0.20 0.13 0.06
HSL 337.5º 0.6% 0.84% -
HSV(B) 337.5º 0.2% 0.94% -
XYZ 65.74 60.22 68.48 -
YUV 207.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 239 191 209 0 0.20 0.13 0.06 337.5 0.6 0.84
Hex EF BF D1 0 14 D 6 152 3C 54
Octal 357 277 321 0 24 15 6 522 74 124
Binary 11101111 10111111 11010001 0 10100 1101 110 101010010 111100 1010100

Color Harmonies of #EFBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFD1

Black with #EFBFD1

Text Example


Text Example

White with #EFBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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