#D7CADD

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

Shades of Titan White #D7CADD

Tints of Titan White #D7CADD

Color information

#D7CADD (or 0xD7CADD) is unknown color: approx Titan White. HEX triplet: D7, CA and DD. RGB value is (215,202,221). Sum of RGB (Red+Green+Blue) = 215+202+221=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CADD is #283522. Grayscale: #CFCFCF. Windows color (decimal): -2635043 or 14535383. OLE color: 14535383.

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

Color convert

RGB215202221-
CMYK0.030.0900.13
HSL281.05º21.84%82.94%-
HSV(B)281.05º8.6%86.67%-
XYZ62.261.9177.08-
YUV208.05135.31132.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=33.70%
G=31.66%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152022210.030.0900.13281.0521.8482.94
HexD7CADD390D1191653
Octal32731233531101543126123
Binary11010111110010101101110111100101101100011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CADD; }

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

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

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

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

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

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

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

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