Html Css Color HEX #EEC0DB Classic Rose

📋 copy color: '#EEC0DB'

red 238 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #EEC0DB

Tints of Classic Rose #EEC0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 36.67%
G = 29.58%
B = 33.74%

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

#EEC0DB (or 0xEEC0DB) is known color: Classic Rose. HEX triplet: EE, C0 and DB. RGB value is (238,192,219). Sum of RGB (Red+Green+Blue) = 238+192+219=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0DB is #113F24. Grayscale: #D0D0D0. Windows color (decimal): -1130277 or 14401774. OLE color: 14401774.

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

Color convert

RGB 238 192 219 -
CMYK 0 0.19 0.08 0.07
HSL 324.78º 0.58% 0.84% -
HSV(B) 324.78º 0.19% 0.93% -
XYZ 66.9 60.99 75.26 -
YUV 208.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 238 192 219 0 0.19 0.08 0.07 324.78 0.58 0.84
Hex EE C0 DB 0 13 8 7 145 3A 54
Octal 356 300 333 0 23 10 7 505 72 124
Binary 11101110 11000000 11011011 0 10011 1000 111 101000101 111010 1010100

Color Harmonies of #EEC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0DB

Black with #EEC0DB

Text Example


Text Example

White with #EEC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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