#D3CCD6

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

Shades of Titan White #D3CCD6

Tints of Titan White #D3CCD6

Color information

#D3CCD6 (or 0xD3CCD6) is unknown color: approx Titan White. HEX triplet: D3, CC and D6. RGB value is (211,204,214). Sum of RGB (Red+Green+Blue) = 211+204+214=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCD6 is #2C3329. Grayscale: #CFCFCF. Windows color (decimal): -2896682 or 14077139. OLE color: 14077139.

HSL color Cylindrical-coordinate representation of color #D3CCD6: hue angle of 282º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3CCD6 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211204214-
CMYK0.010.0500.16
HSL282º10.87%81.96%-
HSV(B)282º4.67%83.92%-
XYZ60.5961.8972.37-
YUV207.23131.82130.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 214 (83.98% from 255) = 34.02%
R=33.55%
G=32.43%
B=34.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112042140.010.0500.1628210.8781.96
HexD3CCD61501011ab52
Octal3233143261502043213122
Binary110100111100110011010110110101000010001101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCD6; }

 p { color: rgb(211,204,214); }

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

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

 a { background-color: rgb(211,204,214); }

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

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

 span { border-color: rgb(211,204,214); }

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