#D7CDDD

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

Shades of Titan White #D7CDDD

Tints of Titan White #D7CDDD

Color information

#D7CDDD (or 0xD7CDDD) is unknown color: approx Titan White. HEX triplet: D7, CD and DD. RGB value is (215,205,221). Sum of RGB (Red+Green+Blue) = 215+205+221=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDDD is #283222. Grayscale: #D1D1D1. Windows color (decimal): -2634275 or 14536151. OLE color: 14536151.

HSL color Cylindrical-coordinate representation of color #D7CDDD: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CDDD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215205221-
CMYK0.030.0700.13
HSL277.5º19.05%83.53%-
HSV(B)277.5º7.24%86.67%-
XYZ62.9163.3377.32-
YUV209.81134.31131.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=33.54%
G=31.98%
B=34.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152052210.030.0700.13277.519.0583.53
HexD7CDDD370D1161354
Octal3273153353701542623124
Binary1101011111001101110111011111101101100010110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDDD; }

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

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

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

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

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

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

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

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