Html Css Color HEX #EBC2C8 Chantilly

📋 copy color: '#EBC2C8'

red 235 ◦ green 194 ◦ blue 200

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

Shades of Chantilly #EBC2C8

Tints of Chantilly #EBC2C8

RGB

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

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

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

R = 37.36%
G = 30.84%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBC2C8 (or 0xEBC2C8) is known color: Chantilly. HEX triplet: EB, C2 and C8. RGB value is (235,194,200). Sum of RGB (Red+Green+Blue) = 235+194+200=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C8 is #143D37. Grayscale: #CECECE. Windows color (decimal): -1326392 or 13157099. OLE color: 13157099.

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

Color convert

RGB 235 194 200 -
CMYK 0 0.17 0.15 0.08
HSL 351.22º 0.51% 0.84% -
HSV(B) 351.22º 0.17% 0.92% -
XYZ 63.98 60.42 62.93 -
YUV 206.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 235 194 200 0 0.17 0.15 0.08 351.22 0.51 0.84
Hex EB C2 C8 0 11 F 8 15F 33 54
Octal 353 302 310 0 21 17 10 537 63 124
Binary 11101011 11000010 11001000 0 10001 1111 1000 101011111 110011 1010100

Color Harmonies of #EBC2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2C8

Black with #EBC2C8

Text Example


Text Example

White with #EBC2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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