#DDDAE1

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

Shades of Titan White #DDDAE1

Tints of Titan White #DDDAE1

Color information

#DDDAE1 (or 0xDDDAE1) is unknown color: approx Titan White. HEX triplet: DD, DA and E1. RGB value is (221,218,225). Sum of RGB (Red+Green+Blue) = 221+218+225=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAE1 is #22251E. Grayscale: #DBDBDB. Windows color (decimal): -2237727 or 14801629. OLE color: 14801629.

HSL color Cylindrical-coordinate representation of color #DDDAE1: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDAE1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221218225-
CMYK0.020.0300.12
HSL265.71º10.45%86.86%-
HSV(B)265.71º3.11%88.24%-
XYZ68.4870.9581.32-
YUV219.7130.99128.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 32.83%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=33.28%
G=32.83%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212182250.020.0300.12265.7110.4586.86
HexDDDAE1230C10aa57
Octal3353323412301441212127
Binary11011101110110101110000110110110010000101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAE1; }

 p { color: rgb(221,218,225); }

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

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

 a { background-color: rgb(221,218,225); }

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

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

 span { border-color: rgb(221,218,225); }

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