#DCC8E5

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

Shades of Titan White #DCC8E5

Tints of Titan White #DCC8E5

Color information

#DCC8E5 (or 0xDCC8E5) is unknown color: approx Titan White. HEX triplet: DC, C8 and E5. RGB value is (220,200,229). Sum of RGB (Red+Green+Blue) = 220+200+229=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8E5 is #23371A. Grayscale: #D1D1D1. Windows color (decimal): -2307867 or 15059164. OLE color: 15059164.

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

Color convert

RGB220200229-
CMYK0.040.1300.10
HSL281.38º35.8%84.12%-
HSV(B)281.38º12.66%89.8%-
XYZ64.3162.1882.74-
YUV209.29139.13135.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 200 (78.52% from 255) = 30.82%
BLUE value IS 229 (89.84% from 255) = 35.29%
R=33.90%
G=30.82%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202002290.040.1300.10281.3835.884.12
HexDCC8E54D0A1192454
Octal33431034541501243144124
Binary1101110011001000111001011001101010101000110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8E5; }

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

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

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

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

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

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

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

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