#DDCEE2

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

Shades of Titan White #DDCEE2

Tints of Titan White #DDCEE2

Color information

#DDCEE2 (or 0xDDCEE2) is unknown color: approx Titan White. HEX triplet: DD, CE and E2. RGB value is (221,206,226). Sum of RGB (Red+Green+Blue) = 221+206+226=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEE2 is #22311D. Grayscale: #D4D4D4. Windows color (decimal): -2240798 or 14864093. OLE color: 14864093.

HSL color Cylindrical-coordinate representation of color #DDCEE2: hue angle of 285º degrees, saturation: 0.26, 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 #DDCEE2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221206226-
CMYK0.020.0900.11
HSL285º25.64%84.71%-
HSV(B)285º8.85%88.63%-
XYZ65.6265.0181.04-
YUV212.76135.47133.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=33.84%
G=31.55%
B=34.61%

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
Decimal2212062260.020.0900.1128525.6484.71
HexDDCEE2290B11d1a55
Octal33531634221101343532125
Binary11011101110011101110001010100101011100011101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEE2; }

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

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

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

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

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

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

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

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