#DDB1C7

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

Shades of Twilight #DDB1C7

Tints of Twilight #DDB1C7

Color information

#DDB1C7 (or 0xDDB1C7) is unknown color: approx Twilight. HEX triplet: DD, B1 and C7. RGB value is (221,177,199). Sum of RGB (Red+Green+Blue) = 221+177+199=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1C7 is #224E38. Grayscale: #C0C0C0. Windows color (decimal): -2248249 or 13087197. OLE color: 13087197.

HSL color Cylindrical-coordinate representation of color #DDB1C7: hue angle of 330º 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 #DDB1C7 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221177199-
CMYK00.200.100.13
HSL330º39.29%78.04%-
HSV(B)330º19.91%86.67%-
XYZ55.8550.9460.92-
YUV192.66131.58148.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 177 (69.53% from 255) = 29.65%
BLUE value IS 199 (78.12% from 255) = 33.33%
R=37.02%
G=29.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117719900.200.100.1333039.2978.04
HexDDB1C7014AD14a274e
Octal335261307024121551247116
Binary110111011011000111000111010100101011011010010101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB1C7; }

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

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

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

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

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

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

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

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