Html Css Color HEX #EEC4DD Classic Rose

📋 copy color: '#EEC4DD'

red 238 ◦ green 196 ◦ blue 221

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

Shades of Classic Rose #EEC4DD

Tints of Classic Rose #EEC4DD

RGB

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

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

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

R = 36.34%
G = 29.92%
B = 33.74%

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

#EEC4DD (or 0xEEC4DD) is known color: Classic Rose. HEX triplet: EE, C4 and DD. RGB value is (238,196,221). Sum of RGB (Red+Green+Blue) = 238+196+221=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4DD is #113B22. Grayscale: #D3D3D3. Windows color (decimal): -1129251 or 14533870. OLE color: 14533870.

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

Color convert

RGB 238 196 221 -
CMYK 0 0.18 0.07 0.07
HSL 324.29º 0.55% 0.85% -
HSV(B) 324.29º 0.18% 0.93% -
XYZ 68.05 62.88 76.96 -
YUV 211.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 238 196 221 0 0.18 0.07 0.07 324.29 0.55 0.85
Hex EE C4 DD 0 12 7 7 144 37 55
Octal 356 304 335 0 22 7 7 504 67 125
Binary 11101110 11000100 11011101 0 10010 111 111 101000100 110111 1010101

Color Harmonies of #EEC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4DD

Black with #EEC4DD

Text Example


Text Example

White with #EEC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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