#DDCBE8

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

Shades of Titan White #DDCBE8

Tints of Titan White #DDCBE8

Color information

#DDCBE8 (or 0xDDCBE8) is unknown color: approx Titan White. HEX triplet: DD, CB and E8. RGB value is (221,203,232). Sum of RGB (Red+Green+Blue) = 221+203+232=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBE8 is #223417. Grayscale: #D3D3D3. Windows color (decimal): -2241560 or 15256541. OLE color: 15256541.

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

Color convert

RGB221203232-
CMYK0.050.1200.09
HSL277.24º38.67%85.29%-
HSV(B)277.24º12.5%90.98%-
XYZ65.7463.9185.21-
YUV211.69139.46134.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=33.69%
G=30.95%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212032320.050.1200.09277.2438.6785.29
HexDDCBE85C091152755
Octal33531335051401142547125
Binary1101110111001011111010001011100010011000101011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBE8; }

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

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

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

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

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

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

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

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