Html Css Color HEX #EEC8DF Classic Rose

📋 copy color: '#EEC8DF'

red 238 ◦ green 200 ◦ blue 223

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

Shades of Classic Rose #EEC8DF

Tints of Classic Rose #EEC8DF

RGB

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

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

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

R = 36.01%
G = 30.26%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEC8DF (or 0xEEC8DF) is known color: Classic Rose. HEX triplet: EE, C8 and DF. RGB value is (238,200,223). Sum of RGB (Red+Green+Blue) = 238+200+223=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8DF is #113720. Grayscale: #D5D5D5. Windows color (decimal): -1128225 or 14665966. OLE color: 14665966.

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

Color convert

RGB 238 200 223 -
CMYK 0 0.16 0.06 0.07
HSL 323.68º 0.53% 0.86% -
HSV(B) 323.68º 0.16% 0.93% -
XYZ 69.23 64.81 78.67 -
YUV 213.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 238 200 223 0 0.16 0.06 0.07 323.68 0.53 0.86
Hex EE C8 DF 0 10 6 7 144 35 56
Octal 356 310 337 0 20 6 7 504 65 126
Binary 11101110 11001000 11011111 0 10000 110 111 101000100 110101 1010110

Color Harmonies of #EEC8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8DF

Black with #EEC8DF

Text Example


Text Example

White with #EEC8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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