#D7C1E1

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

Shades of Titan White #D7C1E1

Tints of Titan White #D7C1E1

Color information

#D7C1E1 (or 0xD7C1E1) is unknown color: approx Titan White. HEX triplet: D7, C1 and E1. RGB value is (215,193,225). Sum of RGB (Red+Green+Blue) = 215+193+225=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1E1 is #283E1E. Grayscale: #CBCBCB. Windows color (decimal): -2637343 or 14795223. OLE color: 14795223.

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

Color convert

RGB215193225-
CMYK0.040.1400.12
HSL281.25º34.78%81.96%-
HSV(B)281.25º14.22%88.24%-
XYZ60.6858.0279.24-
YUV203.23140.29136.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=33.97%
G=30.49%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151932250.040.1400.12281.2534.7881.96
HexD7C1E14E0C1192352
Octal32730134141601443143122
Binary1101011111000001111000011001110011001000110011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C1E1; }

 p { color: rgb(215,193,225); }

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

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

 a { background-color: rgb(215,193,225); }

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

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

 span { border-color: rgb(215,193,225); }

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