#D6D1DA

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

Shades of Titan White #D6D1DA

Tints of Titan White #D6D1DA

Color information

#D6D1DA (or 0xD6D1DA) is unknown color: approx Titan White. HEX triplet: D6, D1 and DA. RGB value is (214,209,218). Sum of RGB (Red+Green+Blue) = 214+209+218=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6D1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1DA is #292E25. Grayscale: #D3D3D3. Windows color (decimal): -2698790 or 14340566. OLE color: 14340566.

HSL color Cylindrical-coordinate representation of color #D6D1DA: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6D1DA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214209218-
CMYK0.020.0400.15
HSL273.33º10.84%83.73%-
HSV(B)273.33º4.13%85.49%-
XYZ63.1964.9675.54-
YUV211.52131.66129.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=33.39%
G=32.61%
B=34.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142092180.020.0400.15273.3310.8483.73
HexD6D1DA240F111b54
Octal3263213322401742113124
Binary110101101101000111011010101000111110001000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1DA; }

 p { color: rgb(214,209,218); }

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

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

 a { background-color: rgb(214,209,218); }

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

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

 span { border-color: rgb(214,209,218); }

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