#D6CDDA

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

Shades of Titan White #D6CDDA

Tints of Titan White #D6CDDA

Color information

#D6CDDA (or 0xD6CDDA) is unknown color: approx Titan White. HEX triplet: D6, CD and DA. RGB value is (214,205,218). Sum of RGB (Red+Green+Blue) = 214+205+218=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDDA is #293225. Grayscale: #D1D1D1. Windows color (decimal): -2699814 or 14339542. OLE color: 14339542.

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

Color convert

RGB214205218-
CMYK0.020.0600.15
HSL281.54º14.94%82.94%-
HSV(B)281.54º5.96%85.49%-
XYZ62.2263.0275.21-
YUV209.17132.98131.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=33.59%
G=32.18%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142052180.020.0600.15281.5414.9482.94
HexD6CDDA260F11af53
Octal3263153322601743217123
Binary110101101100110111011010101100111110001101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDDA; }

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

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

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

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

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

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

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

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