#DDCDE2

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

Shades of Titan White #DDCDE2

Tints of Titan White #DDCDE2

Color information

#DDCDE2 (or 0xDDCDE2) is unknown color: approx Titan White. HEX triplet: DD, CD and E2. RGB value is (221,205,226). Sum of RGB (Red+Green+Blue) = 221+205+226=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDCDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDE2 is #22321D. Grayscale: #D4D4D4. Windows color (decimal): -2241054 or 14863837. OLE color: 14863837.

HSL color Cylindrical-coordinate representation of color #DDCDE2: hue angle of 285.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCDE2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221205226-
CMYK0.020.0900.11
HSL285.71º26.58%84.51%-
HSV(B)285.71º9.29%88.63%-
XYZ65.3864.5380.96-
YUV212.18135.8134.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=33.90%
G=31.44%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212052260.020.0900.11285.7126.5884.51
HexDDCDE2290B11e1b55
Octal33531534221101343633125
Binary11011101110011011110001010100101011100011110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDE2; }

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

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

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

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

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

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

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

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