#DFCDD8

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

Shades of Prim #DFCDD8

Tints of Prim #DFCDD8

Color information

#DFCDD8 (or 0xDFCDD8) is unknown color: approx Prim. HEX triplet: DF, CD and D8. RGB value is (223,205,216). Sum of RGB (Red+Green+Blue) = 223+205+216=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDD8 is #203227. Grayscale: #D3D3D3. Windows color (decimal): -2109992 or 14208479. OLE color: 14208479.

HSL color Cylindrical-coordinate representation of color #DFCDD8: hue angle of 323.33º 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 #DFCDD8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223205216-
CMYK00.080.030.13
HSL323.33º21.95%83.92%-
HSV(B)323.33º8.07%87.45%-
XYZ64.6664.3173.97-
YUV211.64130.46136.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=34.63%
G=31.83%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320521600.080.030.13323.3321.9583.92
HexDFCDD8083D1431654
Octal33731533001031550326124
Binary11011111110011011101100001000111101101000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDD8; }

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

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

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

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

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

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

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

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