Html Css Color HEX #EBC0C8 Chantilly

📋 copy color: '#EBC0C8'

red 235 ◦ green 192 ◦ blue 200

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

Shades of Chantilly #EBC0C8

Tints of Chantilly #EBC0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.9%

R = 37.48%
G = 30.62%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBC0C8 (or 0xEBC0C8) is known color: Chantilly. HEX triplet: EB, C0 and C8. RGB value is (235,192,200). Sum of RGB (Red+Green+Blue) = 235+192+200=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0C8 is #143F37. Grayscale: #CDCDCD. Windows color (decimal): -1326904 or 13156587. OLE color: 13156587.

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

Color convert

RGB 235 192 200 -
CMYK 0 0.18 0.15 0.08
HSL 348.84º 0.52% 0.84% -
HSV(B) 348.84º 0.18% 0.92% -
XYZ 63.54 59.53 62.79 -
YUV 205.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 235 192 200 0 0.18 0.15 0.08 348.84 0.52 0.84
Hex EB C0 C8 0 12 F 8 15D 34 54
Octal 353 300 310 0 22 17 10 535 64 124
Binary 11101011 11000000 11001000 0 10010 1111 1000 101011101 110100 1010100

Color Harmonies of #EBC0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0C8

Black with #EBC0C8

Text Example


Text Example

White with #EBC0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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