#D7C4DF

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

Shades of Titan White #D7C4DF

Tints of Titan White #D7C4DF

Color information

#D7C4DF (or 0xD7C4DF) is unknown color: approx Titan White. HEX triplet: D7, C4 and DF. RGB value is (215,196,223). Sum of RGB (Red+Green+Blue) = 215+196+223=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C4DF is #283B20. Grayscale: #CCCCCC. Windows color (decimal): -2636577 or 14664919. OLE color: 14664919.

HSL color Cylindrical-coordinate representation of color #D7C4DF: hue angle of 282.22º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7C4DF is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215196223-
CMYK0.040.1200.13
HSL282.22º29.67%82.16%-
HSV(B)282.22º12.11%87.45%-
XYZ61.0859.2578.03-
YUV204.76138.29135.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=33.91%
G=30.91%
B=35.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151962230.040.1200.13282.2229.6782.16
HexD7C4DF4C0D11a1e52
Octal32730433741401543236122
Binary110101111100010011011111100110001101100011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C4DF; }

 p { color: rgb(215,196,223); }

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

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

 a { background-color: rgb(215,196,223); }

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

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

 span { border-color: rgb(215,196,223); }

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