#DDB2CA

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

Shades of Twilight #DDB2CA

Tints of Twilight #DDB2CA

Color information

#DDB2CA (or 0xDDB2CA) is unknown color: approx Twilight. HEX triplet: DD, B2 and CA. RGB value is (221,178,202). Sum of RGB (Red+Green+Blue) = 221+178+202=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CA is #224D35. Grayscale: #C1C1C1. Windows color (decimal): -2247990 or 13284061. OLE color: 13284061.

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

Color convert

RGB221178202-
CMYK00.190.090.13
HSL326.51º38.74%78.24%-
HSV(B)326.51º19.46%86.67%-
XYZ56.451.4862.84-
YUV193.59132.75147.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=36.77%
G=29.62%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117820200.190.090.13326.5138.7478.24
HexDDB2CA0139D147274e
Octal335262312023111550747116
Binary110111011011001011001010010011100111011010001111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB2CA; }

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

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

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

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

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

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

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

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