#DDB7CA

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

Shades of Twilight #DDB7CA

Tints of Twilight #DDB7CA

Color information

#DDB7CA (or 0xDDB7CA) is unknown color: approx Twilight. HEX triplet: DD, B7 and CA. RGB value is (221,183,202). Sum of RGB (Red+Green+Blue) = 221+183+202=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7CA is #224835. Grayscale: #C4C4C4. Windows color (decimal): -2246710 or 13285341. OLE color: 13285341.

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

Color convert

RGB221183202-
CMYK00.170.090.13
HSL330º35.85%79.22%-
HSV(B)330º17.19%86.67%-
XYZ57.4153.563.18-
YUV196.53131.09145.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 183 (71.88% from 255) = 30.20%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=36.47%
G=30.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118320200.170.090.1333035.8579.22
HexDDB7CA0119D14a244f
Octal335267312021111551244117
Binary110111011011011111001010010001100111011010010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7CA; }

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

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

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

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

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

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

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

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