Html Css Color HEX #EEC0DF Classic Rose

📋 copy color: '#EEC0DF'

red 238 ◦ green 192 ◦ blue 223

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

Shades of Classic Rose #EEC0DF

Tints of Classic Rose #EEC0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.15%

R = 36.45%
G = 29.4%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEC0DF (or 0xEEC0DF) is known color: Classic Rose. HEX triplet: EE, C0 and DF. RGB value is (238,192,223). Sum of RGB (Red+Green+Blue) = 238+192+223=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0DF is #113F20. Grayscale: #D1D1D1. Windows color (decimal): -1130273 or 14663918. OLE color: 14663918.

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

Color convert

RGB 238 192 223 -
CMYK 0 0.19 0.06 0.07
HSL 319.57º 0.58% 0.84% -
HSV(B) 319.57º 0.19% 0.93% -
XYZ 67.43 61.2 78.07 -
YUV 209.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 238 192 223 0 0.19 0.06 0.07 319.57 0.58 0.84
Hex EE C0 DF 0 13 6 7 140 3A 54
Octal 356 300 337 0 23 6 7 500 72 124
Binary 11101110 11000000 11011111 0 10011 110 111 101000000 111010 1010100

Color Harmonies of #EEC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC0DF

Black with #EEC0DF

Text Example


Text Example

White with #EEC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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