Html Css Color HEX #EFBECF Chantilly

📋 copy color: '#EFBECF'

red 239 ◦ green 190 ◦ blue 207

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

Shades of Chantilly #EFBECF

Tints of Chantilly #EFBECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.87%

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

R = 37.58%
G = 29.87%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFBECF (or 0xEFBECF) is known color: Chantilly. HEX triplet: EF, BE and CF. RGB value is (239,190,207). Sum of RGB (Red+Green+Blue) = 239+190+207=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECF is #104130. Grayscale: #CECECE. Windows color (decimal): -1065265 or 13614831. OLE color: 13614831.

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

Color convert

RGB 239 190 207 -
CMYK 0 0.21 0.13 0.06
HSL 339.18º 0.6% 0.84% -
HSV(B) 339.18º 0.21% 0.94% -
XYZ 65.27 59.68 67.11 -
YUV 206.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 239 190 207 0 0.21 0.13 0.06 339.18 0.6 0.84
Hex EF BE CF 0 15 D 6 153 3C 54
Octal 357 276 317 0 25 15 6 523 74 124
Binary 11101111 10111110 11001111 0 10101 1101 110 101010011 111100 1010100

Color Harmonies of #EFBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBECF

Black with #EFBECF

Text Example


Text Example

White with #EFBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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