#DDCBEA

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

Shades of Titan White #DDCBEA

Tints of Titan White #DDCBEA

Color information

#DDCBEA (or 0xDDCBEA) is unknown color: approx Titan White. HEX triplet: DD, CB and EA. RGB value is (221,203,234). Sum of RGB (Red+Green+Blue) = 221+203+234=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBEA is #223415. Grayscale: #D3D3D3. Windows color (decimal): -2241558 or 15387613. OLE color: 15387613.

HSL color Cylindrical-coordinate representation of color #DDCBEA: hue angle of 274.84º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCBEA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221203234-
CMYK0.060.1300.08
HSL274.84º42.47%85.69%-
HSV(B)274.84º13.25%91.76%-
XYZ66.0364.0286.72-
YUV211.92140.46134.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 234 (91.80% from 255) = 35.56%
R=33.59%
G=30.85%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212032340.060.1300.08274.8442.4785.69
HexDDCBEA6D081132a56
Octal33531335261501042352126
Binary1101110111001011111010101101101010001000100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBEA; }

 p { color: rgb(221,203,234); }

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

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

 a { background-color: rgb(221,203,234); }

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

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

 span { border-color: rgb(221,203,234); }

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