#D7CADC

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

Shades of Titan White #D7CADC

Tints of Titan White #D7CADC

Color information

#D7CADC (or 0xD7CADC) is unknown color: approx Titan White. HEX triplet: D7, CA and DC. RGB value is (215,202,220). Sum of RGB (Red+Green+Blue) = 215+202+220=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CADC is #283523. Grayscale: #CFCFCF. Windows color (decimal): -2635044 or 14469847. OLE color: 14469847.

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

Color convert

RGB215202220-
CMYK0.020.0800.14
HSL283.33º20.45%82.75%-
HSV(B)283.33º8.18%86.27%-
XYZ62.0661.8676.38-
YUV207.94134.81133.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=33.75%
G=31.71%
B=34.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152022200.020.0800.14283.3320.4582.75
HexD7CADC280E11b1453
Octal32731233421001643324123
Binary11010111110010101101110010100001110100011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CADC; }

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

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

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

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

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

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

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

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