Html Css Color HEX #DFD3D5 Pale Rose

📋 copy color: '#DFD3D5'

red 223 ◦ green 211 ◦ blue 213

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

Shades of Pale Rose #DFD3D5

Tints of Pale Rose #DFD3D5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.61%

 BLUE value IS 213 (83.59% from 255) = 32.92%

R = 34.47%
G = 32.61%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFD3D5 (or 0xDFD3D5) is known color: Pale Rose. HEX triplet: DF, D3 and D5. RGB value is (223,211,213). Sum of RGB (Red+Green+Blue) = 223+211+213=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3D5 is #202C2A. Grayscale: #D6D6D6. Windows color (decimal): -2108459 or 14013407. OLE color: 14013407.

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

Color convert

RGB 223 211 213 -
CMYK 0 0.05 0.04 0.13
HSL 350º 0.16% 0.85% -
HSV(B) 350º 0.05% 0.87% -
XYZ 65.74 67.08 72.43 -
YUV 214.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 223 211 213 0 0.05 0.04 0.13 350 0.16 0.85
Hex DF D3 D5 0 5 4 D 15E 10 55
Octal 337 323 325 0 5 4 15 536 20 125
Binary 11011111 11010011 11010101 0 101 100 1101 101011110 10000 1010101

Color Harmonies of #DFD3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD3D5

Black with #DFD3D5

Text Example


Text Example

White with #DFD3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD3D5; }

 p { color: rgb(223,211,213); }

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

background-color css

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

 a { background-color: rgb(223,211,213); }

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

border-color css

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

 span { border-color: rgb(223,211,213); }

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