Html Css Color HEX #EFB6C6 Chantilly

📋 copy color: '#EFB6C6'

red 239 ◦ green 182 ◦ blue 198

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

Shades of Chantilly #EFB6C6

Tints of Chantilly #EFB6C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.99%

R = 38.61%
G = 29.4%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFB6C6 (or 0xEFB6C6) is known color: Chantilly. HEX triplet: EF, B6 and C6. RGB value is (239,182,198). Sum of RGB (Red+Green+Blue) = 239+182+198=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6C6 is #104939. Grayscale: #C8C8C8. Windows color (decimal): -1067322 or 13022959. OLE color: 13022959.

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

Color convert

RGB 239 182 198 -
CMYK 0 0.24 0.17 0.06
HSL 343.16º 0.64% 0.83% -
HSV(B) 343.16º 0.24% 0.94% -
XYZ 62.52 55.88 60.92 -
YUV 200.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 239 182 198 0 0.24 0.17 0.06 343.16 0.64 0.83
Hex EF B6 C6 0 18 11 6 157 40 53
Octal 357 266 306 0 30 21 6 527 100 123
Binary 11101111 10110110 11000110 0 11000 10001 110 101010111 1000000 1010011

Color Harmonies of #EFB6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB6C6

Black with #EFB6C6

Text Example


Text Example

White with #EFB6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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