Html Css Color HEX #EEDCE0 Pale Rose

📋 copy color: '#EEDCE0'

red 238 ◦ green 220 ◦ blue 224

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

Shades of Pale Rose #EEDCE0

Tints of Pale Rose #EEDCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.84%

R = 34.9%
G = 32.26%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEDCE0 (or 0xEEDCE0) is known color: Pale Rose. HEX triplet: EE, DC and E0. RGB value is (238,220,224). Sum of RGB (Red+Green+Blue) = 238+220+224=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE0 is #11231F. Grayscale: #E1E1E1. Windows color (decimal): -1123104 or 14736622. OLE color: 14736622.

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

Color convert

RGB 238 220 224 -
CMYK 0 0.08 0.06 0.07
HSL 346.67º 0.35% 0.9% -
HSV(B) 346.67º 0.08% 0.93% -
XYZ 74.31 74.75 81.03 -
YUV 225.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 238 220 224 0 0.08 0.06 0.07 346.67 0.35 0.9
Hex EE DC E0 0 8 6 7 15B 23 5A
Octal 356 334 340 0 10 6 7 533 43 132
Binary 11101110 11011100 11100000 0 1000 110 111 101011011 100011 1011010

Color Harmonies of #EEDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCE0

Black with #EEDCE0

Text Example


Text Example

White with #EEDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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