Html Css Color HEX #EEC8D8 Classic Rose

📋 copy color: '#EEC8D8'

red 238 ◦ green 200 ◦ blue 216

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

Shades of Classic Rose #EEC8D8

Tints of Classic Rose #EEC8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.03%

R = 36.39%
G = 30.58%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEC8D8 (or 0xEEC8D8) is known color: Classic Rose. HEX triplet: EE, C8 and D8. RGB value is (238,200,216). Sum of RGB (Red+Green+Blue) = 238+200+216=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8D8 is #113727. Grayscale: #D5D5D5. Windows color (decimal): -1128232 or 14207214. OLE color: 14207214.

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

Color convert

RGB 238 200 216 -
CMYK 0 0.16 0.09 0.07
HSL 334.74º 0.53% 0.86% -
HSV(B) 334.74º 0.16% 0.93% -
XYZ 68.31 64.44 73.8 -
YUV 213.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 238 200 216 0 0.16 0.09 0.07 334.74 0.53 0.86
Hex EE C8 D8 0 10 9 7 14F 35 56
Octal 356 310 330 0 20 11 7 517 65 126
Binary 11101110 11001000 11011000 0 10000 1001 111 101001111 110101 1010110

Color Harmonies of #EEC8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8D8

Black with #EEC8D8

Text Example


Text Example

White with #EEC8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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