#DCCCE8

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

Shades of Titan White #DCCCE8

Tints of Titan White #DCCCE8

Color information

#DCCCE8 (or 0xDCCCE8) is unknown color: approx Titan White. HEX triplet: DC, CC and E8. RGB value is (220,204,232). Sum of RGB (Red+Green+Blue) = 220+204+232=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCE8 is #233317. Grayscale: #D3D3D3. Windows color (decimal): -2306840 or 15256796. OLE color: 15256796.

HSL color Cylindrical-coordinate representation of color #DCCCE8: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCCE8 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220204232-
CMYK0.050.1200.09
HSL274.29º37.84%85.49%-
HSV(B)274.29º12.07%90.98%-
XYZ65.6764.2385.28-
YUV211.98139.3133.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=33.54%
G=31.10%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202042320.050.1200.09274.2937.8485.49
HexDCCCE85C091122655
Octal33431435051401142246125
Binary1101110011001100111010001011100010011000100101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCE8; }

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

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

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

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

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

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

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

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