#D5CDDB

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

Shades of Titan White #D5CDDB

Tints of Titan White #D5CDDB

Color information

#D5CDDB (or 0xD5CDDB) is unknown color: approx Titan White. HEX triplet: D5, CD and DB. RGB value is (213,205,219). Sum of RGB (Red+Green+Blue) = 213+205+219=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDDB is #2A3224. Grayscale: #D0D0D0. Windows color (decimal): -2765349 or 14405077. OLE color: 14405077.

HSL color Cylindrical-coordinate representation of color #D5CDDB: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CDDB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213205219-
CMYK0.030.0600.14
HSL274.29º16.28%83.14%-
HSV(B)274.29º6.39%85.88%-
XYZ62.0662.9275.89-
YUV208.99133.65130.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=33.44%
G=32.18%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132052190.030.0600.14274.2916.2883.14
HexD5CDDB360E1121053
Octal3253153333601642220123
Binary1101010111001101110110111111001110100010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDDB; }

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

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

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

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

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

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

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

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