#DDBBCE

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

Shades of Twilight #DDBBCE

Tints of Twilight #DDBBCE

Color information

#DDBBCE (or 0xDDBBCE) is unknown color: approx Twilight. HEX triplet: DD, BB and CE. RGB value is (221,187,206). Sum of RGB (Red+Green+Blue) = 221+187+206=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBCE is #224431. Grayscale: #C7C7C7. Windows color (decimal): -2245682 or 13548509. OLE color: 13548509.

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

Color convert

RGB221187206-
CMYK00.150.070.13
HSL326.47º33.33%80%-
HSV(B)326.47º15.38%86.67%-
XYZ58.7355.3765.98-
YUV199.33131.76143.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=35.99%
G=30.46%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118720600.150.070.13326.4733.3380
HexDDBBCE0F7D1462150
Octal33527331601771550641120
Binary1101110110111011110011100111111111011010001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBCE; }

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

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

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

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

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

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

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

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