Html Css Color HEX #EBC4CC Chantilly

📋 copy color: '#EBC4CC'

red 235 ◦ green 196 ◦ blue 204

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

Shades of Chantilly #EBC4CC

Tints of Chantilly #EBC4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.87%

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

R = 37.01%
G = 30.87%
B = 32.13%

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

#EBC4CC (or 0xEBC4CC) is known color: Chantilly. HEX triplet: EB, C4 and CC. RGB value is (235,196,204). Sum of RGB (Red+Green+Blue) = 235+196+204=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4CC is #143B33. Grayscale: #D0D0D0. Windows color (decimal): -1325876 or 13419755. OLE color: 13419755.

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

Color convert

RGB 235 196 204 -
CMYK 0 0.17 0.13 0.08
HSL 347.69º 0.49% 0.85% -
HSV(B) 347.69º 0.17% 0.92% -
XYZ 64.9 61.5 65.58 -
YUV 208.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 235 196 204 0 0.17 0.13 0.08 347.69 0.49 0.85
Hex EB C4 CC 0 11 D 8 15C 31 55
Octal 353 304 314 0 21 15 10 534 61 125
Binary 11101011 11000100 11001100 0 10001 1101 1000 101011100 110001 1010101

Color Harmonies of #EBC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4CC

Black with #EBC4CC

Text Example


Text Example

White with #EBC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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