Html Css Color HEX #EFBECD Chantilly

📋 copy color: '#EFBECD'

red 239 ◦ green 190 ◦ blue 205

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

Shades of Chantilly #EFBECD

Tints of Chantilly #EFBECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.33%

R = 37.7%
G = 29.97%
B = 32.33%

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

#EFBECD (or 0xEFBECD) is known color: Chantilly. HEX triplet: EF, BE and CD. RGB value is (239,190,205). Sum of RGB (Red+Green+Blue) = 239+190+205=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECD is #104132. Grayscale: #CECECE. Windows color (decimal): -1065267 or 13483759. OLE color: 13483759.

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

Color convert

RGB 239 190 205 -
CMYK 0 0.21 0.14 0.06
HSL 341.63º 0.6% 0.84% -
HSV(B) 341.63º 0.21% 0.94% -
XYZ 65.03 59.59 65.83 -
YUV 206.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 239 190 205 0 0.21 0.14 0.06 341.63 0.6 0.84
Hex EF BE CD 0 15 E 6 156 3C 54
Octal 357 276 315 0 25 16 6 526 74 124
Binary 11101111 10111110 11001101 0 10101 1110 110 101010110 111100 1010100

Color Harmonies of #EFBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBECD

Black with #EFBECD

Text Example


Text Example

White with #EFBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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