Html Css Color HEX #EFB6C2 Chantilly

📋 copy color: '#EFB6C2'

red 239 ◦ green 182 ◦ blue 194

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

Shades of Chantilly #EFB6C2

Tints of Chantilly #EFB6C2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.59%

 BLUE value IS 194 (76.17% from 255) = 31.54%

R = 38.86%
G = 29.59%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFB6C2 (or 0xEFB6C2) is known color: Chantilly. HEX triplet: EF, B6 and C2. RGB value is (239,182,194). Sum of RGB (Red+Green+Blue) = 239+182+194=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6C2 is #10493D. Grayscale: #C8C8C8. Windows color (decimal): -1067326 or 12760815. OLE color: 12760815.

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

Color convert

RGB 239 182 194 -
CMYK 0 0.24 0.19 0.06
HSL 347.37º 0.64% 0.83% -
HSV(B) 347.37º 0.24% 0.94% -
XYZ 62.06 55.7 58.52 -
YUV 200.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 239 182 194 0 0.24 0.19 0.06 347.37 0.64 0.83
Hex EF B6 C2 0 18 13 6 15B 40 53
Octal 357 266 302 0 30 23 6 533 100 123
Binary 11101111 10110110 11000010 0 11000 10011 110 101011011 1000000 1010011

Color Harmonies of #EFB6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6C2

Black with #EFB6C2

Text Example


Text Example

White with #EFB6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6C2; }

 p { color: rgb(239,182,194); }

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

background-color css

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

 a { background-color: rgb(239,182,194); }

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

border-color css

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

 span { border-color: rgb(239,182,194); }

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