Html Css Color HEX #EFB3C8 Chantilly

📋 copy color: '#EFB3C8'

red 239 ◦ green 179 ◦ blue 200

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

Shades of Chantilly #EFB3C8

Tints of Chantilly #EFB3C8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.96%

 BLUE value IS 200 (78.52% from 255) = 32.36%

R = 38.67%
G = 28.96%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFB3C8 (or 0xEFB3C8) is known color: Chantilly. HEX triplet: EF, B3 and C8. RGB value is (239,179,200). Sum of RGB (Red+Green+Blue) = 239+179+200=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3C8 is #104C37. Grayscale: #C7C7C7. Windows color (decimal): -1068088 or 13153263. OLE color: 13153263.

HSL color Cylindrical-coordinate representation of color #EFB3C8: hue angle of 339º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3C8 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 200 -
CMYK 0 0.25 0.16 0.06
HSL 339º 0.65% 0.82% -
HSV(B) 339º 0.25% 0.94% -
XYZ 62.14 54.76 61.94 -
YUV 199.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 239 179 200 0 0.25 0.16 0.06 339 0.65 0.82
Hex EF B3 C8 0 19 10 6 153 41 52
Octal 357 263 310 0 31 20 6 523 101 122
Binary 11101111 10110011 11001000 0 11001 10000 110 101010011 1000001 1010010

Color Harmonies of #EFB3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3C8

Black with #EFB3C8

Text Example


Text Example

White with #EFB3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3C8; }

 p { color: rgb(239,179,200); }

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

background-color css

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

 a { background-color: rgb(239,179,200); }

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

border-color css

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

 span { border-color: rgb(239,179,200); }

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