Html Css Color HEX #FFE2DD Misty Rose

📋 copy color: '#FFE2DD'

red 255 ◦ green 226 ◦ blue 221

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

Shades of Misty Rose #FFE2DD

Tints of Misty Rose #FFE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.19%

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

R = 36.32%
G = 32.19%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFE2DD (or 0xFFE2DD) is known color: Misty Rose. HEX triplet: FF, E2 and DD. RGB value is (255,226,221). Sum of RGB (Red+Green+Blue) = 255+226+221=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2DD is #001D22. Grayscale: #EAEAEA. Windows color (decimal): -7459 or 14541567. OLE color: 14541567.

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

Color convert

RGB 255 226 221 -
CMYK 0 0.11 0.13 0
HSL 8.82º 1% 0.93% -
HSV(B) 8.82º 0.13% 1% -
XYZ 81.49 80.87 79.72 -
YUV 234.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 255 226 221 0 0.11 0.13 0 8.82 1 0.93
Hex FF E2 DD 0 B D 0 9 64 5D
Octal 377 342 335 0 13 15 0 11 144 135
Binary 11111111 11100010 11011101 0 1011 1101 0 1001 1100100 1011101

Color Harmonies of #FFE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2DD

Black with #FFE2DD

Text Example


Text Example

White with #FFE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2DD; }

 p { color: rgb(255,226,221); }

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

background-color css

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

 a { background-color: rgb(255,226,221); }

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

border-color css

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

 span { border-color: rgb(255,226,221); }

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