#DDCBE3

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

Shades of Titan White #DDCBE3

Tints of Titan White #DDCBE3

Color information

#DDCBE3 (or 0xDDCBE3) is unknown color: approx Titan White. HEX triplet: DD, CB and E3. RGB value is (221,203,227). Sum of RGB (Red+Green+Blue) = 221+203+227=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBE3 is #22341C. Grayscale: #D3D3D3. Windows color (decimal): -2241565 or 14928861. OLE color: 14928861.

HSL color Cylindrical-coordinate representation of color #DDCBE3: hue angle of 285º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCBE3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221203227-
CMYK0.030.1100.11
HSL285º30%84.31%-
HSV(B)285º10.57%89.02%-
XYZ65.0463.6381.53-
YUV211.12136.96135.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=33.95%
G=31.18%
B=34.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212032270.030.1100.112853084.31
HexDDCBE33B0B11d1e54
Octal33531334331301343536124
Binary11011101110010111110001111101101011100011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBE3; }

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

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

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

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

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

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

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

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