#DCCAE1

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

Shades of Titan White #DCCAE1

Tints of Titan White #DCCAE1

Color information

#DCCAE1 (or 0xDCCAE1) is unknown color: approx Titan White. HEX triplet: DC, CA and E1. RGB value is (220,202,225). Sum of RGB (Red+Green+Blue) = 220+202+225=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCCAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE1 is #23351E. Grayscale: #D1D1D1. Windows color (decimal): -2307359 or 14797532. OLE color: 14797532.

HSL color Cylindrical-coordinate representation of color #DCCAE1: hue angle of 286.96º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCCAE1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220202225-
CMYK0.020.1000.12
HSL286.96º27.71%83.73%-
HSV(B)286.96º10.22%88.24%-
XYZ64.2362.8979.99-
YUV210136.46135.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=34.00%
G=31.22%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202022250.020.1000.12286.9627.7183.73
HexDCCAE12A0C11f1c54
Octal33431234121201443734124
Binary11011100110010101110000110101001100100011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAE1; }

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

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

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

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

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

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

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

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