#DFCAD7

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

Shades of Twilight #DFCAD7

Tints of Twilight #DFCAD7

Color information

#DFCAD7 (or 0xDFCAD7) is unknown color: approx Twilight. HEX triplet: DF, CA and D7. RGB value is (223,202,215). Sum of RGB (Red+Green+Blue) = 223+202+215=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAD7 is #203528. Grayscale: #D1D1D1. Windows color (decimal): -2110761 or 14142175. OLE color: 14142175.

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

Color convert

RGB223202215-
CMYK00.090.040.13
HSL322.86º24.71%83.33%-
HSV(B)322.86º9.42%87.45%-
XYZ63.8262.8473.05-
YUV209.76130.96137.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.84%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=34.84%
G=31.56%
B=33.59%

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
Decimal22320221500.090.040.13322.8624.7183.33
HexDFCAD7094D1431953
Octal33731232701141550331123
Binary110111111100101011010111010011001101101000011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAD7; }

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

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

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

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

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

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

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

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