#DCCAE2

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

Shades of Titan White #DCCAE2

Tints of Titan White #DCCAE2

Color information

#DCCAE2 (or 0xDCCAE2) is unknown color: approx Titan White. HEX triplet: DC, CA and E2. RGB value is (220,202,226). Sum of RGB (Red+Green+Blue) = 220+202+226=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE2 is #23351D. Grayscale: #D2D2D2. Windows color (decimal): -2307358 or 14863068. OLE color: 14863068.

HSL color Cylindrical-coordinate representation of color #DCCAE2: hue angle of 285º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCAE2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220202226-
CMYK0.030.1100.11
HSL285º29.27%83.92%-
HSV(B)285º10.62%88.63%-
XYZ64.3662.9580.71-
YUV210.12136.96135.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 226 (88.67% from 255) = 34.88%
R=33.95%
G=31.17%
B=34.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202022260.030.1100.1128529.2783.92
HexDCCAE23B0B11d1d54
Octal33431234231301343535124
Binary11011100110010101110001011101101011100011101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAE2; }

 p { color: rgb(220,202,226); }

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

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

 a { background-color: rgb(220,202,226); }

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

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

 span { border-color: rgb(220,202,226); }

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