#DDCCE6

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

Shades of Titan White #DDCCE6

Tints of Titan White #DDCCE6

Color information

#DDCCE6 (or 0xDDCCE6) is unknown color: approx Titan White. HEX triplet: DD, CC and E6. RGB value is (221,204,230). Sum of RGB (Red+Green+Blue) = 221+204+230=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCE6 is #223319. Grayscale: #D3D3D3. Windows color (decimal): -2241306 or 15125725. OLE color: 15125725.

HSL color Cylindrical-coordinate representation of color #DDCCE6: hue angle of 279.23º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCCE6 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221204230-
CMYK0.040.1100.10
HSL279.23º34.21%85.1%-
HSV(B)279.23º11.3%90.2%-
XYZ65.6964.2783.81-
YUV212.05138.13134.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=33.74%
G=31.15%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212042300.040.1100.10279.2334.2185.1
HexDDCCE64B0A1172255
Octal33531434641301242742125
Binary1101110111001100111001101001011010101000101111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCE6; }

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

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

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

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

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

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

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

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