Html Css Color HEX #EEC7DC Classic Rose

📋 copy color: '#EEC7DC'

red 238 ◦ green 199 ◦ blue 220

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

Shades of Classic Rose #EEC7DC

Tints of Classic Rose #EEC7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.29%

 BLUE value IS 220 (86.33% from 255) = 33.49%

R = 36.23%
G = 30.29%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEC7DC (or 0xEEC7DC) is known color: Classic Rose. HEX triplet: EE, C7 and DC. RGB value is (238,199,220). Sum of RGB (Red+Green+Blue) = 238+199+220=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7DC is #113823. Grayscale: #D5D5D5. Windows color (decimal): -1128484 or 14469102. OLE color: 14469102.

HSL color Cylindrical-coordinate representation of color #EEC7DC: hue angle of 327.69º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7DC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 220 -
CMYK 0 0.16 0.08 0.07
HSL 327.69º 0.53% 0.86% -
HSV(B) 327.69º 0.16% 0.93% -
XYZ 68.6 64.19 76.48 -
YUV 213.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 238 199 220 0 0.16 0.08 0.07 327.69 0.53 0.86
Hex EE C7 DC 0 10 8 7 148 35 56
Octal 356 307 334 0 20 10 7 510 65 126
Binary 11101110 11000111 11011100 0 10000 1000 111 101001000 110101 1010110

Color Harmonies of #EEC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC7DC

Black with #EEC7DC

Text Example


Text Example

White with #EEC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC7DC; }

 p { color: rgb(238,199,220); }

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

background-color css

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

 a { background-color: rgb(238,199,220); }

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

border-color css

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

 span { border-color: rgb(238,199,220); }

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