Html Css Color HEX #EFB9C5 Chantilly

📋 copy color: '#EFB9C5'

red 239 ◦ green 185 ◦ blue 197

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

Shades of Chantilly #EFB9C5

Tints of Chantilly #EFB9C5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.79%

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 38.49%
G = 29.79%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFB9C5 (or 0xEFB9C5) is known color: Chantilly. HEX triplet: EF, B9 and C5. RGB value is (239,185,197). Sum of RGB (Red+Green+Blue) = 239+185+197=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9C5 is #10463A. Grayscale: #CACACA. Windows color (decimal): -1066555 or 12958191. OLE color: 12958191.

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

Color convert

RGB 239 185 197 -
CMYK 0 0.23 0.18 0.06
HSL 346.67º 0.63% 0.83% -
HSV(B) 346.67º 0.23% 0.94% -
XYZ 63.02 57.08 60.52 -
YUV 202.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 239 185 197 0 0.23 0.18 0.06 346.67 0.63 0.83
Hex EF B9 C5 0 17 12 6 15B 3F 53
Octal 357 271 305 0 27 22 6 533 77 123
Binary 11101111 10111001 11000101 0 10111 10010 110 101011011 111111 1010011

Color Harmonies of #EFB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB9C5

Black with #EFB9C5

Text Example


Text Example

White with #EFB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB9C5; }

 p { color: rgb(239,185,197); }

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

background-color css

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

 a { background-color: rgb(239,185,197); }

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

border-color css

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

 span { border-color: rgb(239,185,197); }

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