#DDB9CA

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

Shades of Twilight #DDB9CA

Tints of Twilight #DDB9CA

Color information

#DDB9CA (or 0xDDB9CA) is unknown color: approx Twilight. HEX triplet: DD, B9 and CA. RGB value is (221,185,202). Sum of RGB (Red+Green+Blue) = 221+185+202=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9CA is #224635. Grayscale: #C5C5C5. Windows color (decimal): -2246198 or 13285853. OLE color: 13285853.

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

Color convert

RGB221185202-
CMYK00.160.090.13
HSL331.67º34.62%79.61%-
HSV(B)331.67º16.29%86.67%-
XYZ57.8354.3363.32-
YUV197.7130.43144.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=36.35%
G=30.43%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118520200.160.090.13331.6734.6279.61
HexDDB9CA0109D14c2350
Octal335271312020111551443120
Binary110111011011100111001010010000100111011010011001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9CA; }

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

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

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

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

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

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

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

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