Html Css Color HEX #FFE1DC Misty Rose

📋 copy color: '#FFE1DC'

red 255 ◦ green 225 ◦ blue 220

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

Shades of Misty Rose #FFE1DC

Tints of Misty Rose #FFE1DC

RGB

 RED value IS 255 (100% from 255) = 36.43%

 GREEN value IS 225 (88.28% from 255) = 32.14%

 BLUE value IS 220 (86.33% from 255) = 31.43%

R = 36.43%
G = 32.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFE1DC (or 0xFFE1DC) is known color: Misty Rose. HEX triplet: FF, E1 and DC. RGB value is (255,225,220). Sum of RGB (Red+Green+Blue) = 255+225+220=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1DC is #001E23. Grayscale: #E9E9E9. Windows color (decimal): -7716 or 14475775. OLE color: 14475775.

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

Color convert

RGB 255 225 220 -
CMYK 0 0.12 0.14 0
HSL 8.57º 1% 0.93% -
HSV(B) 8.57º 0.14% 1% -
XYZ 81.08 80.28 78.93 -
YUV 233.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 255 225 220 0 0.12 0.14 0 8.57 1 0.93
Hex FF E1 DC 0 C E 0 9 64 5D
Octal 377 341 334 0 14 16 0 11 144 135
Binary 11111111 11100001 11011100 0 1100 1110 0 1001 1100100 1011101

Color Harmonies of #FFE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1DC

Black with #FFE1DC

Text Example


Text Example

White with #FFE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1DC; }

 p { color: rgb(255,225,220); }

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

background-color css

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

 a { background-color: rgb(255,225,220); }

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

border-color css

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

 span { border-color: rgb(255,225,220); }

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