#DDCBE7

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

Shades of Titan White #DDCBE7

Tints of Titan White #DDCBE7

Color information

#DDCBE7 (or 0xDDCBE7) is unknown color: approx Titan White. HEX triplet: DD, CB and E7. RGB value is (221,203,231). Sum of RGB (Red+Green+Blue) = 221+203+231=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBE7 is #223418. Grayscale: #D3D3D3. Windows color (decimal): -2241561 or 15191005. OLE color: 15191005.

HSL color Cylindrical-coordinate representation of color #DDCBE7: hue angle of 278.57º degrees, saturation: 0.37, 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 #DDCBE7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221203231-
CMYK0.040.1200.09
HSL278.57º36.84%85.1%-
HSV(B)278.57º12.12%90.59%-
XYZ65.663.8584.47-
YUV211.57138.96134.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=33.74%
G=30.99%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212032310.040.1200.09278.5736.8485.1
HexDDCBE74C091172555
Octal33531334741401142745125
Binary1101110111001011111001111001100010011000101111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBE7; }

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

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

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

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

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

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

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

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