Html Css Color HEX #EECDDD Classic Rose

📋 copy color: '#EECDDD'

red 238 ◦ green 205 ◦ blue 221

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

Shades of Classic Rose #EECDDD

Tints of Classic Rose #EECDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.87%

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

R = 35.84%
G = 30.87%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EECDDD (or 0xEECDDD) is known color: Classic Rose. HEX triplet: EE, CD and DD. RGB value is (238,205,221). Sum of RGB (Red+Green+Blue) = 238+205+221=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDD is #113222. Grayscale: #D8D8D8. Windows color (decimal): -1126947 or 14536174. OLE color: 14536174.

HSL color Cylindrical-coordinate representation of color #EECDDD: hue angle of 330.91º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDDD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 221 -
CMYK 0 0.14 0.07 0.07
HSL 330.91º 0.49% 0.87% -
HSV(B) 330.91º 0.14% 0.93% -
XYZ 70.14 67.06 77.65 -
YUV 216.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 238 205 221 0 0.14 0.07 0.07 330.91 0.49 0.87
Hex EE CD DD 0 E 7 7 14B 31 57
Octal 356 315 335 0 16 7 7 513 61 127
Binary 11101110 11001101 11011101 0 1110 111 111 101001011 110001 1010111

Color Harmonies of #EECDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDDD

Black with #EECDDD

Text Example


Text Example

White with #EECDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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