#DFCCD7

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

Shades of Prim #DFCCD7

Tints of Prim #DFCCD7

Color information

#DFCCD7 (or 0xDFCCD7) is unknown color: approx Prim. HEX triplet: DF, CC and D7. RGB value is (223,204,215). Sum of RGB (Red+Green+Blue) = 223+204+215=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD7 is #203328. Grayscale: #D2D2D2. Windows color (decimal): -2110249 or 14142687. OLE color: 14142687.

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

Color convert

RGB223204215-
CMYK00.090.040.13
HSL325.26º22.89%83.73%-
HSV(B)325.26º8.52%87.45%-
XYZ64.2963.7873.21-
YUV210.93130.29136.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=34.74%
G=31.78%
B=33.49%

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
Decimal22320421500.090.040.13325.2622.8983.73
HexDFCCD7094D1451754
Octal33731432701141550527124
Binary110111111100110011010111010011001101101000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCD7; }

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

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

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

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

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

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

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

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