#DCCCE1

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

Shades of Titan White #DCCCE1

Tints of Titan White #DCCCE1

Color information

#DCCCE1 (or 0xDCCCE1) is unknown color: approx Titan White. HEX triplet: DC, CC and E1. RGB value is (220,204,225). Sum of RGB (Red+Green+Blue) = 220+204+225=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCCCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCE1 is #23331E. Grayscale: #D3D3D3. Windows color (decimal): -2306847 or 14798044. OLE color: 14798044.

HSL color Cylindrical-coordinate representation of color #DCCCE1: hue angle of 285.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCCE1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220204225-
CMYK0.020.0900.12
HSL285.71º25.93%84.12%-
HSV(B)285.71º9.33%88.24%-
XYZ64.763.8480.15-
YUV211.18135.8134.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=33.90%
G=31.43%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202042250.020.0900.12285.7125.9384.12
HexDCCCE1290C11e1a54
Octal33431434121101443632124
Binary11011100110011001110000110100101100100011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCE1; }

 p { color: rgb(220,204,225); }

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

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

 a { background-color: rgb(220,204,225); }

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

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

 span { border-color: rgb(220,204,225); }

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