#D9CDE3

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

Shades of Titan White #D9CDE3

Tints of Titan White #D9CDE3

Color information

#D9CDE3 (or 0xD9CDE3) is unknown color: approx Titan White. HEX triplet: D9, CD and E3. RGB value is (217,205,227). Sum of RGB (Red+Green+Blue) = 217+205+227=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #D9CDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDE3 is #26321C. Grayscale: #D3D3D3. Windows color (decimal): -2503197 or 14929369. OLE color: 14929369.

HSL color Cylindrical-coordinate representation of color #D9CDE3: hue angle of 272.73º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CDE3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217205227-
CMYK0.040.1000.11
HSL272.73º28.21%84.71%-
HSV(B)272.73º9.69%89.02%-
XYZ64.3163.9681.63-
YUV211.1136.98132.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=33.44%
G=31.59%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172052270.040.1000.11272.7328.2184.71
HexD9CDE34A0B1111c55
Octal33131534341201342134125
Binary110110011100110111100011100101001011100010001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDE3; }

 p { color: rgb(217,205,227); }

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

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

 a { background-color: rgb(217,205,227); }

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

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

 span { border-color: rgb(217,205,227); }

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