Html Css Color HEX #EBC2CA Chantilly

📋 copy color: '#EBC2CA'

red 235 ◦ green 194 ◦ blue 202

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

Shades of Chantilly #EBC2CA

Tints of Chantilly #EBC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.74%

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

R = 37.24%
G = 30.74%
B = 32.01%

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

#EBC2CA (or 0xEBC2CA) is known color: Chantilly. HEX triplet: EB, C2 and CA. RGB value is (235,194,202). Sum of RGB (Red+Green+Blue) = 235+194+202=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2CA is #143D35. Grayscale: #CFCFCF. Windows color (decimal): -1326390 or 13288171. OLE color: 13288171.

HSL color Cylindrical-coordinate representation of color #EBC2CA: hue angle of 348.29º degrees, saturation: 0.51, 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 #EBC2CA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 202 -
CMYK 0 0.17 0.14 0.08
HSL 348.29º 0.51% 0.84% -
HSV(B) 348.29º 0.17% 0.92% -
XYZ 64.21 60.51 64.17 -
YUV 207.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 235 194 202 0 0.17 0.14 0.08 348.29 0.51 0.84
Hex EB C2 CA 0 11 E 8 15C 33 54
Octal 353 302 312 0 21 16 10 534 63 124
Binary 11101011 11000010 11001010 0 10001 1110 1000 101011100 110011 1010100

Color Harmonies of #EBC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2CA

Black with #EBC2CA

Text Example


Text Example

White with #EBC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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