Html Css Color HEX #EFB3CA Chantilly

📋 copy color: '#EFB3CA'

red 239 ◦ green 179 ◦ blue 202

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

Shades of Chantilly #EFB3CA

Tints of Chantilly #EFB3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.58%

R = 38.55%
G = 28.87%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFB3CA (or 0xEFB3CA) is known color: Chantilly. HEX triplet: EF, B3 and CA. RGB value is (239,179,202). Sum of RGB (Red+Green+Blue) = 239+179+202=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB3CA is #104C35. Grayscale: #C7C7C7. Windows color (decimal): -1068086 or 13284335. OLE color: 13284335.

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

Color convert

RGB 239 179 202 -
CMYK 0 0.25 0.15 0.06
HSL 337º 0.65% 0.82% -
HSV(B) 337º 0.25% 0.94% -
XYZ 62.38 54.86 63.18 -
YUV 199.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 239 179 202 0 0.25 0.15 0.06 337 0.65 0.82
Hex EF B3 CA 0 19 F 6 151 41 52
Octal 357 263 312 0 31 17 6 521 101 122
Binary 11101111 10110011 11001010 0 11001 1111 110 101010001 1000001 1010010

Color Harmonies of #EFB3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3CA

Black with #EFB3CA

Text Example


Text Example

White with #EFB3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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