Html Css Color HEX #EBC1C9 Chantilly

📋 copy color: '#EBC1C9'

red 235 ◦ green 193 ◦ blue 201

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

Shades of Chantilly #EBC1C9

Tints of Chantilly #EBC1C9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.68%

 BLUE value IS 201 (78.91% from 255) = 31.96%

R = 37.36%
G = 30.68%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBC1C9 (or 0xEBC1C9) is known color: Chantilly. HEX triplet: EB, C1 and C9. RGB value is (235,193,201). Sum of RGB (Red+Green+Blue) = 235+193+201=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1C9 is #143E36. Grayscale: #CECECE. Windows color (decimal): -1326647 or 13222379. OLE color: 13222379.

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

Color convert

RGB 235 193 201 -
CMYK 0 0.18 0.14 0.08
HSL 348.57º 0.51% 0.84% -
HSV(B) 348.57º 0.18% 0.92% -
XYZ 63.87 60.02 63.48 -
YUV 206.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 235 193 201 0 0.18 0.14 0.08 348.57 0.51 0.84
Hex EB C1 C9 0 12 E 8 15D 33 54
Octal 353 301 311 0 22 16 10 535 63 124
Binary 11101011 11000001 11001001 0 10010 1110 1000 101011101 110011 1010100

Color Harmonies of #EBC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1C9

Black with #EBC1C9

Text Example


Text Example

White with #EBC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1C9; }

 p { color: rgb(235,193,201); }

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

background-color css

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

 a { background-color: rgb(235,193,201); }

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

border-color css

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

 span { border-color: rgb(235,193,201); }

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