#DDCDE7

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

Shades of Titan White #DDCDE7

Tints of Titan White #DDCDE7

Color information

#DDCDE7 (or 0xDDCDE7) is unknown color: approx Titan White. HEX triplet: DD, CD and E7. RGB value is (221,205,231). Sum of RGB (Red+Green+Blue) = 221+205+231=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDE7 is #223218. Grayscale: #D4D4D4. Windows color (decimal): -2241049 or 15191517. OLE color: 15191517.

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

Color convert

RGB221205231-
CMYK0.040.1100.09
HSL276.92º35.14%85.49%-
HSV(B)276.92º11.26%90.59%-
XYZ66.0764.884.63-
YUV212.75138.3133.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=33.64%
G=31.20%
B=35.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212052310.040.1100.09276.9235.1485.49
HexDDCDE74B091152355
Octal33531534741301142543125
Binary1101110111001101111001111001011010011000101011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDE7; }

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

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

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

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

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

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

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

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