#DDCDE3

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

Shades of Titan White #DDCDE3

Tints of Titan White #DDCDE3

Color information

#DDCDE3 (or 0xDDCDE3) is unknown color: approx Titan White. HEX triplet: DD, CD and E3. RGB value is (221,205,227). Sum of RGB (Red+Green+Blue) = 221+205+227=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDCDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDE3 is #22321C. Grayscale: #D4D4D4. Windows color (decimal): -2241053 or 14929373. OLE color: 14929373.

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

Color convert

RGB221205227-
CMYK0.030.1000.11
HSL283.64º28.21%84.71%-
HSV(B)283.64º9.69%89.02%-
XYZ65.5264.5881.69-
YUV212.29136.3134.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=33.84%
G=31.39%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212052270.030.1000.11283.6428.2184.71
HexDDCDE33A0B11c1c55
Octal33531534331201343434125
Binary11011101110011011110001111101001011100011100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDE3; }

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

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

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

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

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

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

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

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