Html Css Color HEX #EBBDCD Chantilly

📋 copy color: '#EBBDCD'

red 235 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #EBBDCD

Tints of Chantilly #EBBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.05%

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

R = 37.36%
G = 30.05%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBBDCD (or 0xEBBDCD) is known color: Chantilly. HEX triplet: EB, BD and CD. RGB value is (235,189,205). Sum of RGB (Red+Green+Blue) = 235+189+205=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDCD is #144232. Grayscale: #CCCCCC. Windows color (decimal): -1327667 or 13483499. OLE color: 13483499.

HSL color Cylindrical-coordinate representation of color #EBBDCD: hue angle of 339.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDCD is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 205 -
CMYK 0 0.20 0.13 0.08
HSL 339.13º 0.53% 0.83% -
HSV(B) 339.13º 0.2% 0.92% -
XYZ 63.48 58.47 65.7 -
YUV 204.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 235 189 205 0 0.20 0.13 0.08 339.13 0.53 0.83
Hex EB BD CD 0 14 D 8 153 35 53
Octal 353 275 315 0 24 15 10 523 65 123
Binary 11101011 10111101 11001101 0 10100 1101 1000 101010011 110101 1010011

Color Harmonies of #EBBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDCD

Black with #EBBDCD

Text Example


Text Example

White with #EBBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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