#DFDBDC

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

Shades of Pale Rose #DFDBDC

Tints of Pale Rose #DFDBDC

Color information

#DFDBDC (or 0xDFDBDC) is unknown color: approx Pale Rose. HEX triplet: DF, DB and DC. RGB value is (223,219,220). Sum of RGB (Red+Green+Blue) = 223+219+220=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBDC is #202423. Grayscale: #DCDCDC. Windows color (decimal): -2106404 or 14474207. OLE color: 14474207.

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

Color convert

RGB223219220-
CMYK00.020.010.13
HSL345º5.88%86.67%-
HSV(B)345º1.79%87.45%-
XYZ68.6871.5277.89-
YUV220.31127.83129.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=33.69%
G=33.08%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321922000.020.010.133455.8886.67
HexDFDBDC021D159657
Octal337333334021155316127
Binary110111111101101111011100010111011010110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBDC; }

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

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

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

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

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

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

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

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