#DFCCD5

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

Shades of Prim #DFCCD5

Tints of Prim #DFCCD5

Color information

#DFCCD5 (or 0xDFCCD5) is unknown color: approx Prim. HEX triplet: DF, CC and D5. RGB value is (223,204,213). Sum of RGB (Red+Green+Blue) = 223+204+213=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD5 is #20332A. Grayscale: #D2D2D2. Windows color (decimal): -2110251 or 14011615. OLE color: 14011615.

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

Color convert

RGB223204213-
CMYK00.090.040.13
HSL331.58º22.89%83.73%-
HSV(B)331.58º8.52%87.45%-
XYZ64.0363.6871.87-
YUV210.71129.29136.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=34.84%
G=31.88%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320421300.090.040.13331.5822.8983.73
HexDFCCD5094D14c1754
Octal33731432501141551427124
Binary110111111100110011010101010011001101101001100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCD5; }

 p { color: rgb(223,204,213); }

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

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

 a { background-color: rgb(223,204,213); }

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

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

 span { border-color: rgb(223,204,213); }

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