#DDCAD7

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

Shades of Twilight #DDCAD7

Tints of Twilight #DDCAD7

Color information

#DDCAD7 (or 0xDDCAD7) is unknown color: approx Twilight. HEX triplet: DD, CA and D7. RGB value is (221,202,215). Sum of RGB (Red+Green+Blue) = 221+202+215=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD7 is #223528. Grayscale: #D1D1D1. Windows color (decimal): -2241833 or 14142173. OLE color: 14142173.

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

Color convert

RGB221202215-
CMYK00.090.030.13
HSL318.95º21.84%82.94%-
HSV(B)318.95º8.6%86.67%-
XYZ63.2162.5273.03-
YUV209.16131.29136.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=34.64%
G=31.66%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120221500.090.030.13318.9521.8482.94
HexDDCAD7093D13f1653
Octal33531232701131547726123
Binary11011101110010101101011101001111101100111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAD7; }

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

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

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

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

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

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

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

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