#DCC9E5

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

Shades of Titan White #DCC9E5

Tints of Titan White #DCC9E5

Color information

#DCC9E5 (or 0xDCC9E5) is unknown color: approx Titan White. HEX triplet: DC, C9 and E5. RGB value is (220,201,229). Sum of RGB (Red+Green+Blue) = 220+201+229=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9E5 is #23361A. Grayscale: #D1D1D1. Windows color (decimal): -2307611 or 15059420. OLE color: 15059420.

HSL color Cylindrical-coordinate representation of color #DCC9E5: hue angle of 280.71º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC9E5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220201229-
CMYK0.040.1200.10
HSL280.71º35%84.31%-
HSV(B)280.71º12.23%89.8%-
XYZ64.5462.6582.82-
YUV209.87138.79135.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 229 (89.84% from 255) = 35.23%
R=33.85%
G=30.92%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202012290.040.1200.10280.713584.31
HexDCC9E54C0A1192354
Octal33431134541401243143124
Binary1101110011001001111001011001100010101000110011000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9E5; }

 p { color: rgb(220,201,229); }

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

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

 a { background-color: rgb(220,201,229); }

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

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

 span { border-color: rgb(220,201,229); }

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