#DDDADF

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

Shades of Titan White #DDDADF

Tints of Titan White #DDDADF

Color information

#DDDADF (or 0xDDDADF) is unknown color: approx Titan White. HEX triplet: DD, DA and DF. RGB value is (221,218,223). Sum of RGB (Red+Green+Blue) = 221+218+223=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDADF is #222520. Grayscale: #DBDBDB. Windows color (decimal): -2237729 or 14670557. OLE color: 14670557.

HSL color Cylindrical-coordinate representation of color #DDDADF: hue angle of 276º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDADF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221218223-
CMYK0.010.0200.13
HSL276º7.25%86.47%-
HSV(B)276º2.24%87.45%-
XYZ68.2170.8479.89-
YUV219.47129.99129.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=33.38%
G=32.93%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212182230.010.0200.132767.2586.47
HexDDDADF120D114756
Octal335332337120154247126
Binary110111011101101011011111110011011000101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDADF; }

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

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

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

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

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

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

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

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