#D7CDDA

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

Shades of Titan White #D7CDDA

Tints of Titan White #D7CDDA

Color information

#D7CDDA (or 0xD7CDDA) is unknown color: approx Titan White. HEX triplet: D7, CD and DA. RGB value is (215,205,218). Sum of RGB (Red+Green+Blue) = 215+205+218=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDDA is #283225. Grayscale: #D1D1D1. Windows color (decimal): -2634278 or 14339543. OLE color: 14339543.

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

Color convert

RGB215205218-
CMYK0.010.0600.15
HSL286.15º14.94%82.94%-
HSV(B)286.15º5.96%85.49%-
XYZ62.5163.1775.23-
YUV209.47132.81131.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=33.70%
G=32.13%
B=34.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152052180.010.0600.15286.1514.9482.94
HexD7CDDA160F11ef53
Octal3273153321601743617123
Binary11010111110011011101101011100111110001111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDDA; }

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

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

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

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

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

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

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

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