#DDCDE6

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

Shades of Titan White #DDCDE6

Tints of Titan White #DDCDE6

Color information

#DDCDE6 (or 0xDDCDE6) is unknown color: approx Titan White. HEX triplet: DD, CD and E6. RGB value is (221,205,230). Sum of RGB (Red+Green+Blue) = 221+205+230=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDCDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDE6 is #223219. Grayscale: #D4D4D4. Windows color (decimal): -2241050 or 15125981. OLE color: 15125981.

HSL color Cylindrical-coordinate representation of color #DDCDE6: hue angle of 278.4º degrees, saturation: 0.33, 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 #DDCDE6 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221205230-
CMYK0.040.1100.10
HSL278.4º33.33%85.29%-
HSV(B)278.4º10.87%90.2%-
XYZ65.9364.7583.89-
YUV212.63137.8133.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=33.69%
G=31.25%
B=35.06%

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
Decimal2212052300.040.1100.10278.433.3385.29
HexDDCDE64B0A1162155
Octal33531534641301242641125
Binary1101110111001101111001101001011010101000101101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDE6; }

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

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

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

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

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

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

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

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