#DDCCE8

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

Shades of Titan White #DDCCE8

Tints of Titan White #DDCCE8

Color information

#DDCCE8 (or 0xDDCCE8) is unknown color: approx Titan White. HEX triplet: DD, CC and E8. RGB value is (221,204,232). Sum of RGB (Red+Green+Blue) = 221+204+232=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCE8 is #223317. Grayscale: #D4D4D4. Windows color (decimal): -2241304 or 15256797. OLE color: 15256797.

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

Color convert

RGB221204232-
CMYK0.050.1200.09
HSL276.43º37.84%85.49%-
HSV(B)276.43º12.07%90.98%-
XYZ65.9864.3885.29-
YUV212.28139.13134.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=33.64%
G=31.05%
B=35.31%

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
Decimal2212042320.050.1200.09276.4337.8485.49
HexDDCCE85C091142655
Octal33531435051401142446125
Binary1101110111001100111010001011100010011000101001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCE8; }

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

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

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

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

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

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

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

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