#DDCDE9

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

Shades of Titan White #DDCDE9

Tints of Titan White #DDCDE9

Color information

#DDCDE9 (or 0xDDCDE9) is unknown color: approx Titan White. HEX triplet: DD, CD and E9. RGB value is (221,205,233). Sum of RGB (Red+Green+Blue) = 221+205+233=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDE9 is #223216. Grayscale: #D4D4D4. Windows color (decimal): -2241047 or 15322589. OLE color: 15322589.

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

Color convert

RGB221205233-
CMYK0.050.1200.09
HSL274.29º38.89%85.88%-
HSV(B)274.29º12.02%91.37%-
XYZ66.3664.9286.12-
YUV212.98139.3133.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=33.54%
G=31.11%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212052330.050.1200.09274.2938.8985.88
HexDDCDE95C091122756
Octal33531535151401142247126
Binary1101110111001101111010011011100010011000100101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDE9; }

 p { color: rgb(221,205,233); }

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

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

 a { background-color: rgb(221,205,233); }

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

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

 span { border-color: rgb(221,205,233); }

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