Html Css Color HEX #EEC4DB Classic Rose

📋 copy color: '#EEC4DB'

red 238 ◦ green 196 ◦ blue 219

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

Shades of Classic Rose #EEC4DB

Tints of Classic Rose #EEC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.02%

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

R = 36.45%
G = 30.02%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEC4DB (or 0xEEC4DB) is known color: Classic Rose. HEX triplet: EE, C4 and DB. RGB value is (238,196,219). Sum of RGB (Red+Green+Blue) = 238+196+219=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4DB is #113B24. Grayscale: #D3D3D3. Windows color (decimal): -1129253 or 14402798. OLE color: 14402798.

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

Color convert

RGB 238 196 219 -
CMYK 0 0.18 0.08 0.07
HSL 327.14º 0.55% 0.85% -
HSV(B) 327.14º 0.18% 0.93% -
XYZ 67.79 62.77 75.56 -
YUV 211.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 238 196 219 0 0.18 0.08 0.07 327.14 0.55 0.85
Hex EE C4 DB 0 12 8 7 147 37 55
Octal 356 304 333 0 22 10 7 507 67 125
Binary 11101110 11000100 11011011 0 10010 1000 111 101000111 110111 1010101

Color Harmonies of #EEC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4DB

Black with #EEC4DB

Text Example


Text Example

White with #EEC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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