#ddccd8

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

Shades of Twilight #DDCCD8

Tints of Twilight #DDCCD8

Color information

#DDCCD8 (or 0xDDCCD8) is unknown color: approx Twilight. HEX triplet: DD, CC and D8. RGB value is (221,204,216). Sum of RGB (Red+Green+Blue) = 221+204+216=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD8 is #223327. Grayscale: #D2D2D2. Windows color (decimal): -2241320 or 14208221. OLE color: 14208221.

HSL color Cylindrical-coordinate representation of color #DDCCD8: hue angle of 317.65º degrees, saturation: 0.2, 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 #DDCCD8 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221204216-
CMYK00.080.020.13
HSL317.65º20%83.33%-
HSV(B)317.65º7.69%86.67%-
XYZ63.8163.5273.86-
YUV210.45131.13135.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=34.48%
G=31.83%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120421600.080.020.13317.652083.33
HexDDCCD8082D13e1453
Octal33531433001021547624123
Binary11011101110011001101100001000101101100111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddccd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddccd8; }

 p { color: rgb(221,204,216); }

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

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

 a { background-color: rgb(221,204,216); }

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

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

 span { border-color: rgb(221,204,216); }

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