#DCCAE3

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

Shades of Titan White #DCCAE3

Tints of Titan White #DCCAE3

Color information

#DCCAE3 (or 0xDCCAE3) is unknown color: approx Titan White. HEX triplet: DC, CA and E3. RGB value is (220,202,227). Sum of RGB (Red+Green+Blue) = 220+202+227=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE3 is #23351C. Grayscale: #D2D2D2. Windows color (decimal): -2307357 or 14928604. OLE color: 14928604.

HSL color Cylindrical-coordinate representation of color #DCCAE3: hue angle of 283.2º degrees, saturation: 0.31, 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 #DCCAE3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220202227-
CMYK0.030.1100.11
HSL283.2º30.86%84.12%-
HSV(B)283.2º11.01%89.02%-
XYZ64.56381.43-
YUV210.23137.46134.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=33.90%
G=31.12%
B=34.98%

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
Decimal2202022270.030.1100.11283.230.8684.12
HexDCCAE33B0B11b1f54
Octal33431234331301343337124
Binary11011100110010101110001111101101011100011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAE3; }

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

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

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

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

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

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

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

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