#DDB6CA

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

Shades of Twilight #DDB6CA

Tints of Twilight #DDB6CA

Color information

#DDB6CA (or 0xDDB6CA) is unknown color: approx Twilight. HEX triplet: DD, B6 and CA. RGB value is (221,182,202). Sum of RGB (Red+Green+Blue) = 221+182+202=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6CA is #224935. Grayscale: #C3C3C3. Windows color (decimal): -2246966 or 13285085. OLE color: 13285085.

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

Color convert

RGB221182202-
CMYK00.180.090.13
HSL329.23º36.45%79.02%-
HSV(B)329.23º17.65%86.67%-
XYZ57.2153.0963.11-
YUV195.94131.42145.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=36.53%
G=30.08%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118220200.180.090.13329.2336.4579.02
HexDDB6CA0129D149244f
Octal335266312022111551144117
Binary110111011011011011001010010010100111011010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6CA; }

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

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

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

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

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

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

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

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