#DFCDD3

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

Shades of Prim #DFCDD3

Tints of Prim #DFCDD3

Color information

#DFCDD3 (or 0xDFCDD3) is unknown color: approx Prim. HEX triplet: DF, CD and D3. RGB value is (223,205,211). Sum of RGB (Red+Green+Blue) = 223+205+211=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDD3 is #20322C. Grayscale: #D3D3D3. Windows color (decimal): -2109997 or 13880799. OLE color: 13880799.

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

Color convert

RGB223205211-
CMYK00.080.050.13
HSL340º21.95%83.92%-
HSV(B)340º8.07%87.45%-
XYZ64.0264.0570.62-
YUV211.07127.96136.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 211 (82.81% from 255) = 33.02%
R=34.90%
G=32.08%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320521100.080.050.1334021.9583.92
HexDFCDD3085D1541654
Octal33731532301051552426124
Binary110111111100110111010011010001011101101010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDD3; }

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

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

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

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

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

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

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

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