Html Css Color HEX #EEC0DC Classic Rose

📋 copy color: '#EEC0DC'

red 238 ◦ green 192 ◦ blue 220

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

Shades of Classic Rose #EEC0DC

Tints of Classic Rose #EEC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.54%

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

R = 36.62%
G = 29.54%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEC0DC (or 0xEEC0DC) is known color: Classic Rose. HEX triplet: EE, C0 and DC. RGB value is (238,192,220). Sum of RGB (Red+Green+Blue) = 238+192+220=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0DC is #113F23. Grayscale: #D0D0D0. Windows color (decimal): -1130276 or 14467310. OLE color: 14467310.

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

Color convert

RGB 238 192 220 -
CMYK 0 0.19 0.08 0.07
HSL 323.48º 0.58% 0.84% -
HSV(B) 323.48º 0.19% 0.93% -
XYZ 67.03 61.04 75.96 -
YUV 208.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 238 192 220 0 0.19 0.08 0.07 323.48 0.58 0.84
Hex EE C0 DC 0 13 8 7 143 3A 54
Octal 356 300 334 0 23 10 7 503 72 124
Binary 11101110 11000000 11011100 0 10011 1000 111 101000011 111010 1010100

Color Harmonies of #EEC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0DC

Black with #EEC0DC

Text Example


Text Example

White with #EEC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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