#DCCAE9

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

Shades of Titan White #DCCAE9

Tints of Titan White #DCCAE9

Color information

#DCCAE9 (or 0xDCCAE9) is unknown color: approx Titan White. HEX triplet: DC, CA and E9. RGB value is (220,202,233). Sum of RGB (Red+Green+Blue) = 220+202+233=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAE9 is #233516. Grayscale: #D2D2D2. Windows color (decimal): -2307351 or 15321820. OLE color: 15321820.

HSL color Cylindrical-coordinate representation of color #DCCAE9: hue angle of 274.84º degrees, saturation: 0.41, 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 #DCCAE9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220202233-
CMYK0.060.1300.09
HSL274.84º41.33%85.29%-
HSV(B)274.84º13.3%91.37%-
XYZ65.3463.3485.87-
YUV210.92140.46134.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=33.59%
G=30.84%
B=35.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202022330.060.1300.09274.8441.3385.29
HexDCCAE96D091132955
Octal33431235161501142351125
Binary1101110011001010111010011101101010011000100111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAE9; }

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

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

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

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

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

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

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

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