#DCCCE5

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

Shades of Titan White #DCCCE5

Tints of Titan White #DCCCE5

Color information

#DCCCE5 (or 0xDCCCE5) is unknown color: approx Titan White. HEX triplet: DC, CC and E5. RGB value is (220,204,229). Sum of RGB (Red+Green+Blue) = 220+204+229=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCE5 is #23331A. Grayscale: #D3D3D3. Windows color (decimal): -2306843 or 15060188. OLE color: 15060188.

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

Color convert

RGB220204229-
CMYK0.040.1100.10
HSL278.4º32.47%84.9%-
HSV(B)278.4º10.92%89.8%-
XYZ65.2564.0683.05-
YUV211.63137.8133.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=33.69%
G=31.24%
B=35.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202042290.040.1100.10278.432.4784.9
HexDCCCE54B0A1162055
Octal33431434541301242640125
Binary1101110011001100111001011001011010101000101101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCE5; }

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

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

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

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

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

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

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

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