Html Css Color HEX #EEC2DD Classic Rose

📋 copy color: '#EEC2DD'

red 238 ◦ green 194 ◦ blue 221

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

Shades of Classic Rose #EEC2DD

Tints of Classic Rose #EEC2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 36.45%
G = 29.71%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEC2DD (or 0xEEC2DD) is known color: Classic Rose. HEX triplet: EE, C2 and DD. RGB value is (238,194,221). Sum of RGB (Red+Green+Blue) = 238+194+221=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2DD is #113D22. Grayscale: #D2D2D2. Windows color (decimal): -1129763 or 14533358. OLE color: 14533358.

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

Color convert

RGB 238 194 221 -
CMYK 0 0.18 0.07 0.07
HSL 323.18º 0.56% 0.85% -
HSV(B) 323.18º 0.18% 0.93% -
XYZ 67.6 61.98 76.81 -
YUV 210.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 238 194 221 0 0.18 0.07 0.07 323.18 0.56 0.85
Hex EE C2 DD 0 12 7 7 143 38 55
Octal 356 302 335 0 22 7 7 503 70 125
Binary 11101110 11000010 11011101 0 10010 111 111 101000011 111000 1010101

Color Harmonies of #EEC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2DD

Black with #EEC2DD

Text Example


Text Example

White with #EEC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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