Html Css Color HEX #EBC4CB Chantilly

📋 copy color: '#EBC4CB'

red 235 ◦ green 196 ◦ blue 203

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

Shades of Chantilly #EBC4CB

Tints of Chantilly #EBC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.91%

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

R = 37.07%
G = 30.91%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBC4CB (or 0xEBC4CB) is known color: Chantilly. HEX triplet: EB, C4 and CB. RGB value is (235,196,203). Sum of RGB (Red+Green+Blue) = 235+196+203=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4CB is #143B34. Grayscale: #D0D0D0. Windows color (decimal): -1325877 or 13354219. OLE color: 13354219.

HSL color Cylindrical-coordinate representation of color #EBC4CB: hue angle of 349.23º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4CB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 203 -
CMYK 0 0.17 0.14 0.08
HSL 349.23º 0.49% 0.85% -
HSV(B) 349.23º 0.17% 0.92% -
XYZ 64.78 61.45 64.95 -
YUV 208.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 235 196 203 0 0.17 0.14 0.08 349.23 0.49 0.85
Hex EB C4 CB 0 11 E 8 15D 31 55
Octal 353 304 313 0 21 16 10 535 61 125
Binary 11101011 11000100 11001011 0 10001 1110 1000 101011101 110001 1010101

Color Harmonies of #EBC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4CB

Black with #EBC4CB

Text Example


Text Example

White with #EBC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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