Html Css Color HEX #EEC8DC Classic Rose

📋 copy color: '#EEC8DC'

red 238 ◦ green 200 ◦ blue 220

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

Shades of Classic Rose #EEC8DC

Tints of Classic Rose #EEC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.4%

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

R = 36.17%
G = 30.4%
B = 33.43%

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

#EEC8DC (or 0xEEC8DC) is known color: Classic Rose. HEX triplet: EE, C8 and DC. RGB value is (238,200,220). Sum of RGB (Red+Green+Blue) = 238+200+220=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8DC is #113723. Grayscale: #D5D5D5. Windows color (decimal): -1128228 or 14469358. OLE color: 14469358.

HSL color Cylindrical-coordinate representation of color #EEC8DC: hue angle of 328.42º 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 #EEC8DC is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 200 220 -
CMYK 0 0.16 0.08 0.07
HSL 328.42º 0.53% 0.86% -
HSV(B) 328.42º 0.16% 0.93% -
XYZ 68.83 64.65 76.56 -
YUV 213.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 238 200 220 0 0.16 0.08 0.07 328.42 0.53 0.86
Hex EE C8 DC 0 10 8 7 148 35 56
Octal 356 310 334 0 20 10 7 510 65 126
Binary 11101110 11001000 11011100 0 10000 1000 111 101001000 110101 1010110

Color Harmonies of #EEC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8DC

Black with #EEC8DC

Text Example


Text Example

White with #EEC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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