#DDB1CA

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

Shades of Twilight #DDB1CA

Tints of Twilight #DDB1CA

Color information

#DDB1CA (or 0xDDB1CA) is unknown color: approx Twilight. HEX triplet: DD, B1 and CA. RGB value is (221,177,202). Sum of RGB (Red+Green+Blue) = 221+177+202=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1CA is #224E35. Grayscale: #C0C0C0. Windows color (decimal): -2248246 or 13283805. OLE color: 13283805.

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

Color convert

RGB221177202-
CMYK00.200.090.13
HSL325.91º39.29%78.04%-
HSV(B)325.91º19.91%86.67%-
XYZ56.251.0862.77-
YUV193.01133.08147.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=36.83%
G=29.5%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117720200.200.090.13325.9139.2978.04
HexDDB1CA0149D146274e
Octal335261312024111550647116
Binary110111011011000111001010010100100111011010001101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1CA; }

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

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

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

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

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

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

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

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