#DDBBD2

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

Shades of Twilight #DDBBD2

Tints of Twilight #DDBBD2

Color information

#DDBBD2 (or 0xDDBBD2) is unknown color: approx Twilight. HEX triplet: DD, BB and D2. RGB value is (221,187,210). Sum of RGB (Red+Green+Blue) = 221+187+210=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBD2 is #22442D. Grayscale: #C7C7C7. Windows color (decimal): -2245678 or 13810653. OLE color: 13810653.

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

Color convert

RGB221187210-
CMYK00.150.050.13
HSL319.41º33.33%80%-
HSV(B)319.41º15.38%86.67%-
XYZ59.2255.5768.58-
YUV199.79133.76143.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=35.76%
G=30.26%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118721000.150.050.13319.4133.3380
HexDDBBD20F5D13f2150
Octal33527332201751547741120
Binary1101110110111011110100100111110111011001111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBD2; }

 p { color: rgb(221,187,210); }

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

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

 a { background-color: rgb(221,187,210); }

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

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

 span { border-color: rgb(221,187,210); }

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