Html Css Color HEX #EEDCDF Pale Rose

📋 copy color: '#EEDCDF'

red 238 ◦ green 220 ◦ blue 223

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

Shades of Pale Rose #EEDCDF

Tints of Pale Rose #EEDCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.75%

R = 34.95%
G = 32.31%
B = 32.75%

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

#EEDCDF (or 0xEEDCDF) is known color: Pale Rose. HEX triplet: EE, DC and DF. RGB value is (238,220,223). Sum of RGB (Red+Green+Blue) = 238+220+223=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCDF is #112320. Grayscale: #E1E1E1. Windows color (decimal): -1123105 or 14671086. OLE color: 14671086.

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

Color convert

RGB 238 220 223 -
CMYK 0 0.08 0.06 0.07
HSL 350º 0.35% 0.9% -
HSV(B) 350º 0.08% 0.93% -
XYZ 74.17 74.69 80.32 -
YUV 225.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 238 220 223 0 0.08 0.06 0.07 350 0.35 0.9
Hex EE DC DF 0 8 6 7 15E 23 5A
Octal 356 334 337 0 10 6 7 536 43 132
Binary 11101110 11011100 11011111 0 1000 110 111 101011110 100011 1011010

Color Harmonies of #EEDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCDF

Black with #EEDCDF

Text Example


Text Example

White with #EEDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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