Html Css Color HEX #EFB7CF Chantilly

📋 copy color: '#EFB7CF'

red 239 ◦ green 183 ◦ blue 207

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

Shades of Chantilly #EFB7CF

Tints of Chantilly #EFB7CF

RGB

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

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

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

R = 38%
G = 29.09%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFB7CF (or 0xEFB7CF) is known color: Chantilly. HEX triplet: EF, B7 and CF. RGB value is (239,183,207). Sum of RGB (Red+Green+Blue) = 239+183+207=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7CF is #104830. Grayscale: #CACACA. Windows color (decimal): -1067057 or 13613039. OLE color: 13613039.

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

Color convert

RGB 239 183 207 -
CMYK 0 0.23 0.13 0.06
HSL 334.29º 0.64% 0.83% -
HSV(B) 334.29º 0.23% 0.94% -
XYZ 63.79 56.72 66.62 -
YUV 202.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 239 183 207 0 0.23 0.13 0.06 334.29 0.64 0.83
Hex EF B7 CF 0 17 D 6 14E 40 53
Octal 357 267 317 0 27 15 6 516 100 123
Binary 11101111 10110111 11001111 0 10111 1101 110 101001110 1000000 1010011

Color Harmonies of #EFB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7CF

Black with #EFB7CF

Text Example


Text Example

White with #EFB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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