Html Css Color HEX #EBC0CC Chantilly

📋 copy color: '#EBC0CC'

red 235 ◦ green 192 ◦ blue 204

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

Shades of Chantilly #EBC0CC

Tints of Chantilly #EBC0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.43%

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

R = 37.24%
G = 30.43%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBC0CC (or 0xEBC0CC) is known color: Chantilly. HEX triplet: EB, C0 and CC. RGB value is (235,192,204). Sum of RGB (Red+Green+Blue) = 235+192+204=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0CC is #143F33. Grayscale: #CECECE. Windows color (decimal): -1326900 or 13418731. OLE color: 13418731.

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

Color convert

RGB 235 192 204 -
CMYK 0 0.18 0.13 0.08
HSL 343.26º 0.52% 0.84% -
HSV(B) 343.26º 0.18% 0.92% -
XYZ 64.01 59.72 65.28 -
YUV 206.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 235 192 204 0 0.18 0.13 0.08 343.26 0.52 0.84
Hex EB C0 CC 0 12 D 8 157 34 54
Octal 353 300 314 0 22 15 10 527 64 124
Binary 11101011 11000000 11001100 0 10010 1101 1000 101010111 110100 1010100

Color Harmonies of #EBC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0CC

Black with #EBC0CC

Text Example


Text Example

White with #EBC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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