Html Css Color HEX #EFB7CD Chantilly

📋 copy color: '#EFB7CD'

red 239 ◦ green 183 ◦ blue 205

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

Shades of Chantilly #EFB7CD

Tints of Chantilly #EFB7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.19%

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

R = 38.12%
G = 29.19%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFB7CD (or 0xEFB7CD) is known color: Chantilly. HEX triplet: EF, B7 and CD. RGB value is (239,183,205). Sum of RGB (Red+Green+Blue) = 239+183+205=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7CD is #104832. Grayscale: #CACACA. Windows color (decimal): -1067059 or 13481967. OLE color: 13481967.

HSL color Cylindrical-coordinate representation of color #EFB7CD: hue angle of 336.43º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB7CD is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 183 205 -
CMYK 0 0.23 0.14 0.06
HSL 336.43º 0.64% 0.83% -
HSV(B) 336.43º 0.23% 0.94% -
XYZ 63.55 56.63 65.34 -
YUV 202.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 239 183 205 0 0.23 0.14 0.06 336.43 0.64 0.83
Hex EF B7 CD 0 17 E 6 150 40 53
Octal 357 267 315 0 27 16 6 520 100 123
Binary 11101111 10110111 11001101 0 10111 1110 110 101010000 1000000 1010011

Color Harmonies of #EFB7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7CD

Black with #EFB7CD

Text Example


Text Example

White with #EFB7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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