#D3CDD7

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

Shades of Titan White #D3CDD7

Tints of Titan White #D3CDD7

Color information

#D3CDD7 (or 0xD3CDD7) is unknown color: approx Titan White. HEX triplet: D3, CD and D7. RGB value is (211,205,215). Sum of RGB (Red+Green+Blue) = 211+205+215=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDD7 is #2C3228. Grayscale: #CFCFCF. Windows color (decimal): -2896425 or 14142931. OLE color: 14142931.

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

Color convert

RGB211205215-
CMYK0.020.0500.16
HSL276º11.11%82.35%-
HSV(B)276º4.65%84.31%-
XYZ60.9662.4273.12-
YUV207.93131.99130.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 215 (84.38% from 255) = 34.07%
R=33.44%
G=32.49%
B=34.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112052150.020.0500.1627611.1182.35
HexD3CDD725010114b52
Octal3233153272502042413122
Binary1101001111001101110101111010101000010001010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDD7; }

 p { color: rgb(211,205,215); }

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

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

 a { background-color: rgb(211,205,215); }

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

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

 span { border-color: rgb(211,205,215); }

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