Html Css Color HEX #EBC2CC Chantilly

📋 copy color: '#EBC2CC'

red 235 ◦ green 194 ◦ blue 204

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

Shades of Chantilly #EBC2CC

Tints of Chantilly #EBC2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 37.12%
G = 30.65%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBC2CC (or 0xEBC2CC) is known color: Chantilly. HEX triplet: EB, C2 and CC. RGB value is (235,194,204). Sum of RGB (Red+Green+Blue) = 235+194+204=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2CC is #143D33. Grayscale: #CFCFCF. Windows color (decimal): -1326388 or 13419243. OLE color: 13419243.

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

Color convert

RGB 235 194 204 -
CMYK 0 0.17 0.13 0.08
HSL 345.37º 0.51% 0.84% -
HSV(B) 345.37º 0.17% 0.92% -
XYZ 64.45 60.61 65.43 -
YUV 207.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 235 194 204 0 0.17 0.13 0.08 345.37 0.51 0.84
Hex EB C2 CC 0 11 D 8 159 33 54
Octal 353 302 314 0 21 15 10 531 63 124
Binary 11101011 11000010 11001100 0 10001 1101 1000 101011001 110011 1010100

Color Harmonies of #EBC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2CC

Black with #EBC2CC

Text Example


Text Example

White with #EBC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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