Html Css Color HEX #EBC1CD Chantilly

📋 copy color: '#EBC1CD'

red 235 ◦ green 193 ◦ blue 205

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

Shades of Chantilly #EBC1CD

Tints of Chantilly #EBC1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.39%

R = 37.12%
G = 30.49%
B = 32.39%

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

#EBC1CD (or 0xEBC1CD) is known color: Chantilly. HEX triplet: EB, C1 and CD. RGB value is (235,193,205). Sum of RGB (Red+Green+Blue) = 235+193+205=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1CD is #143E32. Grayscale: #CECECE. Windows color (decimal): -1326643 or 13484523. OLE color: 13484523.

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

Color convert

RGB 235 193 205 -
CMYK 0 0.18 0.13 0.08
HSL 342.86º 0.51% 0.84% -
HSV(B) 342.86º 0.18% 0.92% -
XYZ 64.35 60.21 65.99 -
YUV 206.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 235 193 205 0 0.18 0.13 0.08 342.86 0.51 0.84
Hex EB C1 CD 0 12 D 8 157 33 54
Octal 353 301 315 0 22 15 10 527 63 124
Binary 11101011 11000001 11001101 0 10010 1101 1000 101010111 110011 1010100

Color Harmonies of #EBC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1CD

Black with #EBC1CD

Text Example


Text Example

White with #EBC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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