Html Css Color HEX #EBBED0 Chantilly

📋 copy color: '#EBBED0'

red 235 ◦ green 190 ◦ blue 208

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

Shades of Chantilly #EBBED0

Tints of Chantilly #EBBED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.02%

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 37.12%
G = 30.02%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBBED0 (or 0xEBBED0) is known color: Chantilly. HEX triplet: EB, BE and D0. RGB value is (235,190,208). Sum of RGB (Red+Green+Blue) = 235+190+208=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED0 is #14412F. Grayscale: #CDCDCD. Windows color (decimal): -1327408 or 13680363. OLE color: 13680363.

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

Color convert

RGB 235 190 208 -
CMYK 0 0.19 0.11 0.08
HSL 336º 0.53% 0.83% -
HSV(B) 336º 0.19% 0.92% -
XYZ 64.06 59.04 67.69 -
YUV 205.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 235 190 208 0 0.19 0.11 0.08 336 0.53 0.83
Hex EB BE D0 0 13 B 8 150 35 53
Octal 353 276 320 0 23 13 10 520 65 123
Binary 11101011 10111110 11010000 0 10011 1011 1000 101010000 110101 1010011

Color Harmonies of #EBBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBED0

Black with #EBBED0

Text Example


Text Example

White with #EBBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBED0; }

 p { color: rgb(235,190,208); }

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

background-color css

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

 a { background-color: rgb(235,190,208); }

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

border-color css

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

 span { border-color: rgb(235,190,208); }

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