#DFDADB

Color #DFDADB Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #DFDADB

Tints of Pale Rose #DFDADB

Color information

#DFDADB (or 0xDFDADB) is unknown color: approx Pale Rose. HEX triplet: DF, DA and DB. RGB value is (223,218,219). Sum of RGB (Red+Green+Blue) = 223+218+219=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDADB is #202524. Grayscale: #DBDBDB. Windows color (decimal): -2106661 or 14408415. OLE color: 14408415.

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

Color convert

RGB223218219-
CMYK00.020.020.13
HSL348º7.25%86.47%-
HSV(B)348º2.24%87.45%-
XYZ68.2970.9577.11-
YUV219.61127.66130.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=33.79%
G=33.03%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321821900.020.020.133487.2586.47
HexDFDADB022D15c756
Octal337332333022155347126
Binary1101111111011010110110110101011011010111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDADB; }

 p { color: rgb(223,218,219); }

 H1.HeaderClassName
 {
   color: #DFDADB;
 }
 .AnyTagClassName
 {
   color: #DFDADB;
 }
</style>
background-color css

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

 a { background-color: rgb(223,218,219); }

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

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

 span { border-color: rgb(223,218,219); }

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