Html Css Color HEX #EBBDCE Chantilly

📋 copy color: '#EBBDCE'

red 235 ◦ green 189 ◦ blue 206

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

Shades of Chantilly #EBBDCE

Tints of Chantilly #EBBDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 37.3%
G = 30%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBBDCE (or 0xEBBDCE) is known color: Chantilly. HEX triplet: EB, BD and CE. RGB value is (235,189,206). Sum of RGB (Red+Green+Blue) = 235+189+206=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDCE is #144231. Grayscale: #CCCCCC. Windows color (decimal): -1327666 or 13549035. OLE color: 13549035.

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

Color convert

RGB 235 189 206 -
CMYK 0 0.20 0.12 0.08
HSL 337.83º 0.53% 0.83% -
HSV(B) 337.83º 0.2% 0.92% -
XYZ 63.6 58.51 66.33 -
YUV 204.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 235 189 206 0 0.20 0.12 0.08 337.83 0.53 0.83
Hex EB BD CE 0 14 C 8 152 35 53
Octal 353 275 316 0 24 14 10 522 65 123
Binary 11101011 10111101 11001110 0 10100 1100 1000 101010010 110101 1010011

Color Harmonies of #EBBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDCE

Black with #EBBDCE

Text Example


Text Example

White with #EBBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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