#D8CCDE

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

Shades of Titan White #D8CCDE

Tints of Titan White #D8CCDE

Color information

#D8CCDE (or 0xD8CCDE) is unknown color: approx Titan White. HEX triplet: D8, CC and DE. RGB value is (216,204,222). Sum of RGB (Red+Green+Blue) = 216+204+222=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCDE is #273321. Grayscale: #D1D1D1. Windows color (decimal): -2568994 or 14601432. OLE color: 14601432.

HSL color Cylindrical-coordinate representation of color #D8CCDE: hue angle of 280º degrees, saturation: 0.21, 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 #D8CCDE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216204222-
CMYK0.030.0800.13
HSL280º21.43%83.53%-
HSV(B)280º8.11%87.06%-
XYZ63.163.0677.95-
YUV209.64134.98132.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.64%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=33.64%
G=31.78%
B=34.58%

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
Decimal2162042220.030.0800.1328021.4383.53
HexD8CCDE380D1181554
Octal33031433631001543025124
Binary11011000110011001101111011100001101100011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCDE; }

 p { color: rgb(216,204,222); }

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

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

 a { background-color: rgb(216,204,222); }

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

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

 span { border-color: rgb(216,204,222); }

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