Html Css Color HEX #EBC1CB Chantilly

📋 copy color: '#EBC1CB'

red 235 ◦ green 193 ◦ blue 203

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

Shades of Chantilly #EBC1CB

Tints of Chantilly #EBC1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.17%

R = 37.24%
G = 30.59%
B = 32.17%

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

#EBC1CB (or 0xEBC1CB) is known color: Chantilly. HEX triplet: EB, C1 and CB. RGB value is (235,193,203). Sum of RGB (Red+Green+Blue) = 235+193+203=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1CB is #143E34. Grayscale: #CECECE. Windows color (decimal): -1326645 or 13353451. OLE color: 13353451.

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

Color convert

RGB 235 193 203 -
CMYK 0 0.18 0.14 0.08
HSL 345.71º 0.51% 0.84% -
HSV(B) 345.71º 0.18% 0.92% -
XYZ 64.11 60.11 64.72 -
YUV 206.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 235 193 203 0 0.18 0.14 0.08 345.71 0.51 0.84
Hex EB C1 CB 0 12 E 8 15A 33 54
Octal 353 301 313 0 22 16 10 532 63 124
Binary 11101011 11000001 11001011 0 10010 1110 1000 101011010 110011 1010100

Color Harmonies of #EBC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1CB

Black with #EBC1CB

Text Example


Text Example

White with #EBC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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