Html Css Color HEX #EEBAD1 Chantilly

📋 copy color: '#EEBAD1'

red 238 ◦ green 186 ◦ blue 209

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

Shades of Chantilly #EEBAD1

Tints of Chantilly #EEBAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.38%

 BLUE value IS 209 (82.03% from 255) = 33.02%

R = 37.6%
G = 29.38%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEBAD1 (or 0xEEBAD1) is known color: Chantilly. HEX triplet: EE, BA and D1. RGB value is (238,186,209). Sum of RGB (Red+Green+Blue) = 238+186+209=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD1 is #11452E. Grayscale: #CCCCCC. Windows color (decimal): -1131823 or 13744878. OLE color: 13744878.

HSL color Cylindrical-coordinate representation of color #EEBAD1: hue angle of 333.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAD1 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 209 -
CMYK 0 0.22 0.12 0.07
HSL 333.46º 0.6% 0.83% -
HSV(B) 333.46º 0.22% 0.93% -
XYZ 64.33 57.9 68.11 -
YUV 204.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 238 186 209 0 0.22 0.12 0.07 333.46 0.6 0.83
Hex EE BA D1 0 16 C 7 14D 3C 53
Octal 356 272 321 0 26 14 7 515 74 123
Binary 11101110 10111010 11010001 0 10110 1100 111 101001101 111100 1010011

Color Harmonies of #EEBAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAD1

Black with #EEBAD1

Text Example


Text Example

White with #EEBAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAD1; }

 p { color: rgb(238,186,209); }

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

background-color css

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

 a { background-color: rgb(238,186,209); }

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

border-color css

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

 span { border-color: rgb(238,186,209); }

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