#DDCCE9

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

Shades of Titan White #DDCCE9

Tints of Titan White #DDCCE9

Color information

#DDCCE9 (or 0xDDCCE9) is unknown color: approx Titan White. HEX triplet: DD, CC and E9. RGB value is (221,204,233). Sum of RGB (Red+Green+Blue) = 221+204+233=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCE9 is #223316. Grayscale: #D4D4D4. Windows color (decimal): -2241303 or 15322333. OLE color: 15322333.

HSL color Cylindrical-coordinate representation of color #DDCCE9: hue angle of 275.17º degrees, saturation: 0.4, 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 #DDCCE9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221204233-
CMYK0.050.1200.09
HSL275.17º39.73%85.69%-
HSV(B)275.17º12.45%91.37%-
XYZ66.1264.4486.04-
YUV212.39139.63134.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=33.59%
G=31.00%
B=35.41%

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
Decimal2212042330.050.1200.09275.1739.7385.69
HexDDCCE95C091132856
Octal33531435151401142350126
Binary1101110111001100111010011011100010011000100111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCE9; }

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

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

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

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

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

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

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

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