#DFCFD1

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

Shades of Pale Rose #DFCFD1

Tints of Pale Rose #DFCFD1

Color information

#DFCFD1 (or 0xDFCFD1) is unknown color: approx Pale Rose. HEX triplet: DF, CF and D1. RGB value is (223,207,209). Sum of RGB (Red+Green+Blue) = 223+207+209=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFD1 is #20302E. Grayscale: #D4D4D4. Windows color (decimal): -2109487 or 13750239. OLE color: 13750239.

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

Color convert

RGB223207209-
CMYK00.070.060.13
HSL352.5º20%84.31%-
HSV(B)352.5º7.17%87.45%-
XYZ64.2564.9269.47-
YUV212.01126.3135.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=34.90%
G=32.39%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320720900.070.060.13352.52084.31
HexDFCFD1076D1601454
Octal3373173210761554024124
Binary11011111110011111101000101111101101101100000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFD1; }

 p { color: rgb(223,207,209); }

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

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

 a { background-color: rgb(223,207,209); }

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

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

 span { border-color: rgb(223,207,209); }

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