#DFCAD5

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

Shades of Prim #DFCAD5

Tints of Prim #DFCAD5

Color information

#DFCAD5 (or 0xDFCAD5) is unknown color: approx Prim. HEX triplet: DF, CA and D5. RGB value is (223,202,213). Sum of RGB (Red+Green+Blue) = 223+202+213=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD5 is #20352A. Grayscale: #D1D1D1. Windows color (decimal): -2110763 or 14011103. OLE color: 14011103.

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

Color convert

RGB223202213-
CMYK00.090.040.13
HSL328.57º24.71%83.33%-
HSV(B)328.57º9.42%87.45%-
XYZ63.5662.7371.71-
YUV209.53129.96137.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=34.95%
G=31.66%
B=33.39%

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
Decimal22320221300.090.040.13328.5724.7183.33
HexDFCAD5094D1491953
Octal33731232501141551131123
Binary110111111100101011010101010011001101101001001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAD5; }

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

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

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

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

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

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

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

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