Html Css Color HEX #EEBED0 Chantilly

📋 copy color: '#EEBED0'

red 238 ◦ green 190 ◦ blue 208

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

Shades of Chantilly #EEBED0

Tints of Chantilly #EEBED0

RGB

 RED value IS 238 (93.36% from 255) = 37.42%

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

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

R = 37.42%
G = 29.87%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEBED0 (or 0xEEBED0) is known color: Chantilly. HEX triplet: EE, BE and D0. RGB value is (238,190,208). Sum of RGB (Red+Green+Blue) = 238+190+208=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED0 is #11412F. Grayscale: #CECECE. Windows color (decimal): -1130800 or 13680366. OLE color: 13680366.

HSL color Cylindrical-coordinate representation of color #EEBED0: hue angle of 337.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBED0 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 190 208 -
CMYK 0 0.20 0.13 0.07
HSL 337.5º 0.59% 0.84% -
HSV(B) 337.5º 0.2% 0.93% -
XYZ 65.06 59.56 67.74 -
YUV 206.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 238 190 208 0 0.20 0.13 0.07 337.5 0.59 0.84
Hex EE BE D0 0 14 D 7 152 3B 54
Octal 356 276 320 0 24 15 7 522 73 124
Binary 11101110 10111110 11010000 0 10100 1101 111 101010010 111011 1010100

Color Harmonies of #EEBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBED0

Black with #EEBED0

Text Example


Text Example

White with #EEBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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