Html Css Color HEX #EEDCDD Pale Rose

📋 copy color: '#EEDCDD'

red 238 ◦ green 220 ◦ blue 221

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

Shades of Pale Rose #EEDCDD

Tints of Pale Rose #EEDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.4%

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

R = 35.05%
G = 32.4%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEDCDD (or 0xEEDCDD) is known color: Pale Rose. HEX triplet: EE, DC and DD. RGB value is (238,220,221). Sum of RGB (Red+Green+Blue) = 238+220+221=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDD is #112322. Grayscale: #E1E1E1. Windows color (decimal): -1123107 or 14540014. OLE color: 14540014.

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

Color convert

RGB 238 220 221 -
CMYK 0 0.08 0.07 0.07
HSL 356.67º 0.35% 0.9% -
HSV(B) 356.67º 0.08% 0.93% -
XYZ 73.9 74.58 78.91 -
YUV 225.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 238 220 221 0 0.08 0.07 0.07 356.67 0.35 0.9
Hex EE DC DD 0 8 7 7 165 23 5A
Octal 356 334 335 0 10 7 7 545 43 132
Binary 11101110 11011100 11011101 0 1000 111 111 101100101 100011 1011010

Color Harmonies of #EEDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCDD

Black with #EEDCDD

Text Example


Text Example

White with #EEDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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