Html Css Color HEX #EFBFCF Chantilly

📋 copy color: '#EFBFCF'

red 239 ◦ green 191 ◦ blue 207

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

Shades of Chantilly #EFBFCF

Tints of Chantilly #EFBFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.5%

R = 37.52%
G = 29.98%
B = 32.5%

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

#EFBFCF (or 0xEFBFCF) is known color: Chantilly. HEX triplet: EF, BF and CF. RGB value is (239,191,207). Sum of RGB (Red+Green+Blue) = 239+191+207=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFCF is #104030. Grayscale: #CFCFCF. Windows color (decimal): -1065009 or 13615087. OLE color: 13615087.

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

Color convert

RGB 239 191 207 -
CMYK 0 0.20 0.13 0.06
HSL 340º 0.6% 0.84% -
HSV(B) 340º 0.2% 0.94% -
XYZ 65.49 60.12 67.18 -
YUV 207.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 239 191 207 0 0.20 0.13 0.06 340 0.6 0.84
Hex EF BF CF 0 14 D 6 154 3C 54
Octal 357 277 317 0 24 15 6 524 74 124
Binary 11101111 10111111 11001111 0 10100 1101 110 101010100 111100 1010100

Color Harmonies of #EFBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFCF

Black with #EFBFCF

Text Example


Text Example

White with #EFBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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