#DDCBE9

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

Shades of Titan White #DDCBE9

Tints of Titan White #DDCBE9

Color information

#DDCBE9 (or 0xDDCBE9) is unknown color: approx Titan White. HEX triplet: DD, CB and E9. RGB value is (221,203,233). Sum of RGB (Red+Green+Blue) = 221+203+233=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDCBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBE9 is #223416. Grayscale: #D3D3D3. Windows color (decimal): -2241559 or 15322077. OLE color: 15322077.

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

Color convert

RGB221203233-
CMYK0.050.1300.09
HSL276º40.54%85.49%-
HSV(B)276º12.88%91.37%-
XYZ65.8863.9785.97-
YUV211.8139.96134.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=33.64%
G=30.90%
B=35.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212032330.050.1300.0927640.5485.49
HexDDCBE95D091142955
Octal33531335151501142451125
Binary1101110111001011111010011011101010011000101001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBE9; }

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

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

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

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

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

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

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

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