Html Css Color HEX #EEB2CC Chantilly

📋 copy color: '#EEB2CC'

red 238 ◦ green 178 ◦ blue 204

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

Shades of Chantilly #EEB2CC

Tints of Chantilly #EEB2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.71%

 BLUE value IS 204 (80.08% from 255) = 32.9%

R = 38.39%
G = 28.71%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEB2CC (or 0xEEB2CC) is known color: Chantilly. HEX triplet: EE, B2 and CC. RGB value is (238,178,204). Sum of RGB (Red+Green+Blue) = 238+178+204=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2CC is #114D33. Grayscale: #C6C6C6. Windows color (decimal): -1133876 or 13415150. OLE color: 13415150.

HSL color Cylindrical-coordinate representation of color #EEB2CC: hue angle of 334º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2CC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 204 -
CMYK 0 0.25 0.14 0.07
HSL 334º 0.64% 0.82% -
HSV(B) 334º 0.25% 0.93% -
XYZ 62.08 54.38 64.35 -
YUV 198.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 238 178 204 0 0.25 0.14 0.07 334 0.64 0.82
Hex EE B2 CC 0 19 E 7 14E 40 52
Octal 356 262 314 0 31 16 7 516 100 122
Binary 11101110 10110010 11001100 0 11001 1110 111 101001110 1000000 1010010

Color Harmonies of #EEB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2CC

Black with #EEB2CC

Text Example


Text Example

White with #EEB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2CC; }

 p { color: rgb(238,178,204); }

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

background-color css

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

 a { background-color: rgb(238,178,204); }

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

border-color css

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

 span { border-color: rgb(238,178,204); }

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