#DDCBD5

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

Shades of Twilight #DDCBD5

Tints of Twilight #DDCBD5

Color information

#DDCBD5 (or 0xDDCBD5) is unknown color: approx Twilight. HEX triplet: DD, CB and D5. RGB value is (221,203,213). Sum of RGB (Red+Green+Blue) = 221+203+213=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD5 is #22342A. Grayscale: #D1D1D1. Windows color (decimal): -2241579 or 14011357. OLE color: 14011357.

HSL color Cylindrical-coordinate representation of color #DDCBD5: hue angle of 326.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCBD5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221203213-
CMYK00.080.040.13
HSL326.67º20.93%83.14%-
HSV(B)326.67º8.14%86.67%-
XYZ63.1862.8971.76-
YUV209.52129.96136.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=34.69%
G=31.87%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120321300.080.040.13326.6720.9383.14
HexDDCBD5084D1471553
Octal33531332501041550725123
Binary110111011100101111010101010001001101101000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBD5; }

 p { color: rgb(221,203,213); }

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

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

 a { background-color: rgb(221,203,213); }

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

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

 span { border-color: rgb(221,203,213); }

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