Html Css Color HEX #EBC3CA Chantilly

📋 copy color: '#EBC3CA'

red 235 ◦ green 195 ◦ blue 202

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

Shades of Chantilly #EBC3CA

Tints of Chantilly #EBC3CA

RGB

 RED value IS 235 (92.19% from 255) = 37.18%

 GREEN value IS 195 (76.56% from 255) = 30.85%

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

R = 37.18%
G = 30.85%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBC3CA (or 0xEBC3CA) is known color: Chantilly. HEX triplet: EB, C3 and CA. RGB value is (235,195,202). Sum of RGB (Red+Green+Blue) = 235+195+202=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3CA is #143C35. Grayscale: #CFCFCF. Windows color (decimal): -1326134 or 13288427. OLE color: 13288427.

HSL color Cylindrical-coordinate representation of color #EBC3CA: hue angle of 349.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3CA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 202 -
CMYK 0 0.17 0.14 0.08
HSL 349.5º 0.5% 0.84% -
HSV(B) 349.5º 0.17% 0.92% -
XYZ 64.44 60.96 64.25 -
YUV 207.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 235 195 202 0 0.17 0.14 0.08 349.5 0.5 0.84
Hex EB C3 CA 0 11 E 8 15E 32 54
Octal 353 303 312 0 21 16 10 536 62 124
Binary 11101011 11000011 11001010 0 10001 1110 1000 101011110 110010 1010100

Color Harmonies of #EBC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3CA

Black with #EBC3CA

Text Example


Text Example

White with #EBC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3CA; }

 p { color: rgb(235,195,202); }

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

background-color css

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

 a { background-color: rgb(235,195,202); }

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

border-color css

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

 span { border-color: rgb(235,195,202); }

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