Html Css Color HEX #EEC2DB Classic Rose

📋 copy color: '#EEC2DB'

red 238 ◦ green 194 ◦ blue 219

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

Shades of Classic Rose #EEC2DB

Tints of Classic Rose #EEC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.8%

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

R = 36.56%
G = 29.8%
B = 33.64%

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

#EEC2DB (or 0xEEC2DB) is known color: Classic Rose. HEX triplet: EE, C2 and DB. RGB value is (238,194,219). Sum of RGB (Red+Green+Blue) = 238+194+219=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2DB is #113D24. Grayscale: #D1D1D1. Windows color (decimal): -1129765 or 14402286. OLE color: 14402286.

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

Color convert

RGB 238 194 219 -
CMYK 0 0.18 0.08 0.07
HSL 325.91º 0.56% 0.85% -
HSV(B) 325.91º 0.18% 0.93% -
XYZ 67.34 61.88 75.41 -
YUV 210.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 238 194 219 0 0.18 0.08 0.07 325.91 0.56 0.85
Hex EE C2 DB 0 12 8 7 146 38 55
Octal 356 302 333 0 22 10 7 506 70 125
Binary 11101110 11000010 11011011 0 10010 1000 111 101000110 111000 1010101

Color Harmonies of #EEC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2DB

Black with #EEC2DB

Text Example


Text Example

White with #EEC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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