Html Css Color HEX #DFD8D9 Pale Rose

📋 copy color: '#DFD8D9'

red 223 ◦ green 216 ◦ blue 217

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

Shades of Pale Rose #DFD8D9

Tints of Pale Rose #DFD8D9

RGB

 RED value IS 223 (87.5% from 255) = 33.99%

 GREEN value IS 216 (84.77% from 255) = 32.93%

 BLUE value IS 217 (85.16% from 255) = 33.08%

R = 33.99%
G = 32.93%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFD8D9 (or 0xDFD8D9) is known color: Pale Rose. HEX triplet: DF, D8 and D9. RGB value is (223,216,217). Sum of RGB (Red+Green+Blue) = 223+216+217=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8D9 is #202726. Grayscale: #DADADA. Windows color (decimal): -2107175 or 14276831. OLE color: 14276831.

HSL color Cylindrical-coordinate representation of color #DFD8D9: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD8D9 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 216 217 -
CMYK 0 0.03 0.03 0.13
HSL 351.43º 0.1% 0.86% -
HSV(B) 351.43º 0.03% 0.87% -
XYZ 67.51 69.81 75.56 -
YUV 218.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 223 216 217 0 0.03 0.03 0.13 351.43 0.1 0.86
Hex DF D8 D9 0 3 3 D 15F A 56
Octal 337 330 331 0 3 3 15 537 12 126
Binary 11011111 11011000 11011001 0 11 11 1101 101011111 1010 1010110

Color Harmonies of #DFD8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD8D9

Black with #DFD8D9

Text Example


Text Example

White with #DFD8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD8D9; }

 p { color: rgb(223,216,217); }

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

background-color css

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

 a { background-color: rgb(223,216,217); }

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

border-color css

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

 span { border-color: rgb(223,216,217); }

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