#DDBDCA

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

Shades of Twilight #DDBDCA

Tints of Twilight #DDBDCA

Color information

#DDBDCA (or 0xDDBDCA) is unknown color: approx Twilight. HEX triplet: DD, BD and CA. RGB value is (221,189,202). Sum of RGB (Red+Green+Blue) = 221+189+202=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDCA is #224235. Grayscale: #C8C8C8. Windows color (decimal): -2245174 or 13286877. OLE color: 13286877.

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

Color convert

RGB221189202-
CMYK00.140.090.13
HSL335.62º32%80.39%-
HSV(B)335.62º14.48%86.67%-
XYZ58.6856.0363.6-
YUV200.05129.1142.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=36.11%
G=30.88%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118920200.140.090.13335.623280.39
HexDDBDCA0E9D1502050
Octal335275312016111552040120
Binary11011101101111011100101001110100111011010100001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDCA; }

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

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

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

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

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

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

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

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