Html Css Color HEX #FFDEDD Misty Rose

📋 copy color: '#FFDEDD'

red 255 ◦ green 222 ◦ blue 221

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

Shades of Misty Rose #FFDEDD

Tints of Misty Rose #FFDEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.81%

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

R = 36.53%
G = 31.81%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFDEDD (or 0xFFDEDD) is known color: Misty Rose. HEX triplet: FF, DE and DD. RGB value is (255,222,221). Sum of RGB (Red+Green+Blue) = 255+222+221=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDD is #002122. Grayscale: #E7E7E7. Windows color (decimal): -8483 or 14540543. OLE color: 14540543.

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

Color convert

RGB 255 222 221 -
CMYK 0 0.13 0.13 0
HSL 1.76º 1% 0.93% -
HSV(B) 1.76º 0.13% 1% -
XYZ 80.41 78.72 79.36 -
YUV 231.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 255 222 221 0 0.13 0.13 0 1.76 1 0.93
Hex FF DE DD 0 D D 0 2 64 5D
Octal 377 336 335 0 15 15 0 2 144 135
Binary 11111111 11011110 11011101 0 1101 1101 0 10 1100100 1011101

Color Harmonies of #FFDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDEDD

Black with #FFDEDD

Text Example


Text Example

White with #FFDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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