Html Css Color HEX #EEC2CC Chantilly

📋 copy color: '#EEC2CC'

red 238 ◦ green 194 ◦ blue 204

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

Shades of Chantilly #EEC2CC

Tints of Chantilly #EEC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.5%

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

R = 37.42%
G = 30.5%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEC2CC (or 0xEEC2CC) is known color: Chantilly. HEX triplet: EE, C2 and CC. RGB value is (238,194,204). Sum of RGB (Red+Green+Blue) = 238+194+204=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2CC is #113D33. Grayscale: #D0D0D0. Windows color (decimal): -1129780 or 13419246. OLE color: 13419246.

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

Color convert

RGB 238 194 204 -
CMYK 0 0.18 0.14 0.07
HSL 346.36º 0.56% 0.85% -
HSV(B) 346.36º 0.18% 0.93% -
XYZ 65.45 61.12 65.47 -
YUV 208.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 238 194 204 0 0.18 0.14 0.07 346.36 0.56 0.85
Hex EE C2 CC 0 12 E 7 15A 38 55
Octal 356 302 314 0 22 16 7 532 70 125
Binary 11101110 11000010 11001100 0 10010 1110 111 101011010 111000 1010101

Color Harmonies of #EEC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2CC

Black with #EEC2CC

Text Example


Text Example

White with #EEC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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