Html Css Color HEX #EFBECB Chantilly

📋 copy color: '#EFBECB'

red 239 ◦ green 190 ◦ blue 203

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

Shades of Chantilly #EFBECB

Tints of Chantilly #EFBECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.12%

R = 37.82%
G = 30.06%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFBECB (or 0xEFBECB) is known color: Chantilly. HEX triplet: EF, BE and CB. RGB value is (239,190,203). Sum of RGB (Red+Green+Blue) = 239+190+203=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECB is #104134. Grayscale: #CECECE. Windows color (decimal): -1065269 or 13352687. OLE color: 13352687.

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

Color convert

RGB 239 190 203 -
CMYK 0 0.21 0.15 0.06
HSL 344.08º 0.6% 0.84% -
HSV(B) 344.08º 0.21% 0.94% -
XYZ 64.79 59.49 64.57 -
YUV 206.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 239 190 203 0 0.21 0.15 0.06 344.08 0.6 0.84
Hex EF BE CB 0 15 F 6 158 3C 54
Octal 357 276 313 0 25 17 6 530 74 124
Binary 11101111 10111110 11001011 0 10101 1111 110 101011000 111100 1010100

Color Harmonies of #EFBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBECB

Black with #EFBECB

Text Example


Text Example

White with #EFBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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