#D7CAE0

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

Shades of Titan White #D7CAE0

Tints of Titan White #D7CAE0

Color information

#D7CAE0 (or 0xD7CAE0) is unknown color: approx Titan White. HEX triplet: D7, CA and E0. RGB value is (215,202,224). Sum of RGB (Red+Green+Blue) = 215+202+224=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAE0 is #28351F. Grayscale: #D0D0D0. Windows color (decimal): -2635040 or 14731991. OLE color: 14731991.

HSL color Cylindrical-coordinate representation of color #D7CAE0: hue angle of 275.45º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7CAE0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215202224-
CMYK0.040.1000.12
HSL275.45º26.19%83.53%-
HSV(B)275.45º9.82%87.84%-
XYZ62.662.0779.2-
YUV208.4136.81132.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=33.54%
G=31.51%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152022240.040.1000.12275.4526.1983.53
HexD7CAE04A0C1131a54
Octal32731234041201442332124
Binary110101111100101011100000100101001100100010011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAE0; }

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

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

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

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

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

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

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

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