Html Css Color HEX #DFD7D8 Pale Rose

📋 copy color: '#DFD7D8'

red 223 ◦ green 215 ◦ blue 216

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

Shades of Pale Rose #DFD7D8

Tints of Pale Rose #DFD7D8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.87%

 BLUE value IS 216 (84.77% from 255) = 33.03%

R = 34.1%
G = 32.87%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFD7D8 (or 0xDFD7D8) is known color: Pale Rose. HEX triplet: DF, D7 and D8. RGB value is (223,215,216). Sum of RGB (Red+Green+Blue) = 223+215+216=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D8 is #202827. Grayscale: #D9D9D9. Windows color (decimal): -2107432 or 14211039. OLE color: 14211039.

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

Color convert

RGB 223 215 216 -
CMYK 0 0.04 0.03 0.13
HSL 352.5º 0.11% 0.86% -
HSV(B) 352.5º 0.04% 0.87% -
XYZ 67.13 69.25 74.79 -
YUV 217.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 223 215 216 0 0.04 0.03 0.13 352.5 0.11 0.86
Hex DF D7 D8 0 4 3 D 160 B 56
Octal 337 327 330 0 4 3 15 540 13 126
Binary 11011111 11010111 11011000 0 100 11 1101 101100000 1011 1010110

Color Harmonies of #DFD7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD7D8

Black with #DFD7D8

Text Example


Text Example

White with #DFD7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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