Html Css Color HEX #EFB5C2 Chantilly

📋 copy color: '#EFB5C2'

red 239 ◦ green 181 ◦ blue 194

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

Shades of Chantilly #EFB5C2

Tints of Chantilly #EFB5C2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.48%

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

R = 38.93%
G = 29.48%
B = 31.6%

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

#EFB5C2 (or 0xEFB5C2) is known color: Chantilly. HEX triplet: EF, B5 and C2. RGB value is (239,181,194). Sum of RGB (Red+Green+Blue) = 239+181+194=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5C2 is #104A3D. Grayscale: #C7C7C7. Windows color (decimal): -1067582 or 12760559. OLE color: 12760559.

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

Color convert

RGB 239 181 194 -
CMYK 0 0.24 0.19 0.06
HSL 346.55º 0.64% 0.82% -
HSV(B) 346.55º 0.24% 0.94% -
XYZ 61.86 55.29 58.45 -
YUV 199.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 239 181 194 0 0.24 0.19 0.06 346.55 0.64 0.82
Hex EF B5 C2 0 18 13 6 15B 40 52
Octal 357 265 302 0 30 23 6 533 100 122
Binary 11101111 10110101 11000010 0 11000 10011 110 101011011 1000000 1010010

Color Harmonies of #EFB5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB5C2

Black with #EFB5C2

Text Example


Text Example

White with #EFB5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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