#DCCAE6

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

Shades of Titan White #DCCAE6

Tints of Titan White #DCCAE6

Color information

#DCCAE6 (or 0xDCCAE6) is unknown color: approx Titan White. HEX triplet: DC, CA and E6. RGB value is (220,202,230). Sum of RGB (Red+Green+Blue) = 220+202+230=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAE6 is #233519. Grayscale: #D2D2D2. Windows color (decimal): -2307354 or 15125212. OLE color: 15125212.

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

Color convert

RGB220202230-
CMYK0.040.1200.10
HSL278.57º35.9%84.71%-
HSV(B)278.57º12.17%90.2%-
XYZ64.9263.1783.63-
YUV210.57138.96134.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 230 (90.23% from 255) = 35.28%
R=33.74%
G=30.98%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202022300.040.1200.10278.5735.984.71
HexDCCAE64C0A1172455
Octal33431234641401242744125
Binary1101110011001010111001101001100010101000101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAE6; }

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

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

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

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

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

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

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

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