#D3CCD8

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

Shades of Titan White #D3CCD8

Tints of Titan White #D3CCD8

Color information

#D3CCD8 (or 0xD3CCD8) is unknown color: approx Titan White. HEX triplet: D3, CC and D8. RGB value is (211,204,216). Sum of RGB (Red+Green+Blue) = 211+204+216=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 216 - color contains mainly: blue. Hex color #D3CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCD8 is #2C3327. Grayscale: #CFCFCF. Windows color (decimal): -2896680 or 14208211. OLE color: 14208211.

HSL color Cylindrical-coordinate representation of color #D3CCD8: hue angle of 275º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3CCD8 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211204216-
CMYK0.020.0600.15
HSL275º13.33%82.35%-
HSV(B)275º5.56%84.71%-
XYZ60.8561.9973.72-
YUV207.46132.82130.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=33.44%
G=32.33%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112042160.020.0600.1527513.3382.35
HexD3CCD8260F113d52
Octal3233143302601742315122
Binary110100111100110011011000101100111110001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCD8; }

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

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

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

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

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

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

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

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