#DCCAE7

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

Shades of Titan White #DCCAE7

Tints of Titan White #DCCAE7

Color information

#DCCAE7 (or 0xDCCAE7) is unknown color: approx Titan White. HEX triplet: DC, CA and E7. RGB value is (220,202,231). Sum of RGB (Red+Green+Blue) = 220+202+231=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCCAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAE7 is #233518. Grayscale: #D2D2D2. Windows color (decimal): -2307353 or 15190748. OLE color: 15190748.

HSL color Cylindrical-coordinate representation of color #DCCAE7: hue angle of 277.24º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCAE7 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220202231-
CMYK0.050.1300.09
HSL277.24º37.66%84.9%-
HSV(B)277.24º12.55%90.59%-
XYZ65.0663.2384.38-
YUV210.69139.46134.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=33.69%
G=30.93%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202022310.050.1300.09277.2437.6684.9
HexDCCAE75D091152655
Octal33431234751501142546125
Binary1101110011001010111001111011101010011000101011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAE7; }

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

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

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

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

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

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

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

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