#D3CCD7

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

Shades of Titan White #D3CCD7

Tints of Titan White #D3CCD7

Color information

#D3CCD7 (or 0xD3CCD7) is unknown color: approx Titan White. HEX triplet: D3, CC and D7. RGB value is (211,204,215). Sum of RGB (Red+Green+Blue) = 211+204+215=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCD7 is #2C3328. Grayscale: #CFCFCF. Windows color (decimal): -2896681 or 14142675. OLE color: 14142675.

HSL color Cylindrical-coordinate representation of color #D3CCD7: hue angle of 278.18º degrees, saturation: 0.12, 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 #D3CCD7 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211204215-
CMYK0.020.0500.16
HSL278.18º12.09%82.16%-
HSV(B)278.18º5.12%84.31%-
XYZ60.7261.9473.05-
YUV207.35132.32130.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 215 (84.38% from 255) = 34.13%
R=33.49%
G=32.38%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112042150.020.0500.16278.1812.0982.16
HexD3CCD725010116c52
Octal3233143272502042614122
Binary1101001111001100110101111010101000010001011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCD7; }

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

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

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

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

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

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

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

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