Html Css Color HEX #EFBECE Chantilly

📋 copy color: '#EFBECE'

red 239 ◦ green 190 ◦ blue 206

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

Shades of Chantilly #EFBECE

Tints of Chantilly #EFBECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 37.64%
G = 29.92%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFBECE (or 0xEFBECE) is known color: Chantilly. HEX triplet: EF, BE and CE. RGB value is (239,190,206). Sum of RGB (Red+Green+Blue) = 239+190+206=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECE is #104131. Grayscale: #CECECE. Windows color (decimal): -1065266 or 13549295. OLE color: 13549295.

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

Color convert

RGB 239 190 206 -
CMYK 0 0.21 0.14 0.06
HSL 340.41º 0.6% 0.84% -
HSV(B) 340.41º 0.21% 0.94% -
XYZ 65.15 59.63 66.47 -
YUV 206.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 239 190 206 0 0.21 0.14 0.06 340.41 0.6 0.84
Hex EF BE CE 0 15 E 6 154 3C 54
Octal 357 276 316 0 25 16 6 524 74 124
Binary 11101111 10111110 11001110 0 10101 1110 110 101010100 111100 1010100

Color Harmonies of #EFBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBECE

Black with #EFBECE

Text Example


Text Example

White with #EFBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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