#DFCCD1

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

Shades of Prim #DFCCD1

Tints of Prim #DFCCD1

Color information

#DFCCD1 (or 0xDFCCD1) is unknown color: approx Prim. HEX triplet: DF, CC and D1. RGB value is (223,204,209). Sum of RGB (Red+Green+Blue) = 223+204+209=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCD1 is #20332E. Grayscale: #D2D2D2. Windows color (decimal): -2110255 or 13749471. OLE color: 13749471.

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

Color convert

RGB223204209-
CMYK00.090.060.13
HSL344.21º22.89%83.73%-
HSV(B)344.21º8.52%87.45%-
XYZ63.5363.4869.23-
YUV210.25127.29137.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=35.06%
G=32.08%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320420900.090.060.13344.2122.8983.73
HexDFCCD1096D1581754
Octal33731432101161553027124
Binary110111111100110011010001010011101101101011000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCD1; }

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

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

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

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

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

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

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

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