#D5CDDA

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

Shades of Titan White #D5CDDA

Tints of Titan White #D5CDDA

Color information

#D5CDDA (or 0xD5CDDA) is unknown color: approx Titan White. HEX triplet: D5, CD and DA. RGB value is (213,205,218). Sum of RGB (Red+Green+Blue) = 213+205+218=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDDA is #2A3225. Grayscale: #D0D0D0. Windows color (decimal): -2765350 or 14339541. OLE color: 14339541.

HSL color Cylindrical-coordinate representation of color #D5CDDA: hue angle of 276.92º 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 #D5CDDA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213205218-
CMYK0.020.0600.15
HSL276.92º14.94%82.94%-
HSV(B)276.92º5.96%85.49%-
XYZ61.9362.8775.2-
YUV208.87133.15130.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=33.49%
G=32.23%
B=34.28%

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
Decimal2132052180.020.0600.15276.9214.9482.94
HexD5CDDA260F115f53
Octal3253153322601742517123
Binary110101011100110111011010101100111110001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDDA; }

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

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

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

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

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

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

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

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