#D9CDDF

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

Shades of Titan White #D9CDDF

Tints of Titan White #D9CDDF

Color information

#D9CDDF (or 0xD9CDDF) is unknown color: approx Titan White. HEX triplet: D9, CD and DF. RGB value is (217,205,223). Sum of RGB (Red+Green+Blue) = 217+205+223=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDDF is #263220. Grayscale: #D2D2D2. Windows color (decimal): -2503201 or 14667225. OLE color: 14667225.

HSL color Cylindrical-coordinate representation of color #D9CDDF: hue angle of 280º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CDDF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217205223-
CMYK0.030.0800.13
HSL280º21.95%83.92%-
HSV(B)280º8.07%87.45%-
XYZ63.7763.7478.75-
YUV210.64134.98132.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=33.64%
G=31.78%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172052230.030.0800.1328021.9583.92
HexD9CDDF380D1181654
Octal33131533731001543026124
Binary11011001110011011101111111100001101100011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDDF; }

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

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

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

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

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

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

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

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