Html Css Color HEX #EEB9C2 Chantilly

📋 copy color: '#EEB9C2'

red 238 ◦ green 185 ◦ blue 194

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

Shades of Chantilly #EEB9C2

Tints of Chantilly #EEB9C2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.98%

 BLUE value IS 194 (76.17% from 255) = 31.44%

R = 38.57%
G = 29.98%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEB9C2 (or 0xEEB9C2) is known color: Chantilly. HEX triplet: EE, B9 and C2. RGB value is (238,185,194). Sum of RGB (Red+Green+Blue) = 238+185+194=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9C2 is #11463D. Grayscale: #C9C9C9. Windows color (decimal): -1132094 or 12761582. OLE color: 12761582.

HSL color Cylindrical-coordinate representation of color #EEB9C2: hue angle of 349.81º degrees, saturation: 0.61, 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 #EEB9C2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 194 -
CMYK 0 0.22 0.18 0.07
HSL 349.81º 0.61% 0.83% -
HSV(B) 349.81º 0.22% 0.93% -
XYZ 62.35 56.77 58.71 -
YUV 201.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 238 185 194 0 0.22 0.18 0.07 349.81 0.61 0.83
Hex EE B9 C2 0 16 12 7 15E 3D 53
Octal 356 271 302 0 26 22 7 536 75 123
Binary 11101110 10111001 11000010 0 10110 10010 111 101011110 111101 1010011

Color Harmonies of #EEB9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB9C2

Black with #EEB9C2

Text Example


Text Example

White with #EEB9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB9C2; }

 p { color: rgb(238,185,194); }

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

background-color css

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

 a { background-color: rgb(238,185,194); }

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

border-color css

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

 span { border-color: rgb(238,185,194); }

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