#DCC8E6

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

Shades of Titan White #DCC8E6

Tints of Titan White #DCC8E6

Color information

#DCC8E6 (or 0xDCC8E6) is unknown color: approx Titan White. HEX triplet: DC, C8 and E6. RGB value is (220,200,230). Sum of RGB (Red+Green+Blue) = 220+200+230=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC8E6 is #233719. Grayscale: #D1D1D1. Windows color (decimal): -2307866 or 15124700. OLE color: 15124700.

HSL color Cylindrical-coordinate representation of color #DCC8E6: hue angle of 280º degrees, saturation: 0.37, 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 #DCC8E6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220200230-
CMYK0.040.1300.10
HSL280º37.5%84.31%-
HSV(B)280º13.04%90.2%-
XYZ64.4562.2483.48-
YUV209.4139.63135.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 200 (78.52% from 255) = 30.77%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=33.85%
G=30.77%
B=35.38%

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
Decimal2202002300.040.1300.1028037.584.31
HexDCC8E64D0A1182554
Octal33431034641501243045124
Binary1101110011001000111001101001101010101000110001001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8E6; }

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

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

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

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

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

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

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

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