#DDCCE2

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

Shades of Titan White #DDCCE2

Tints of Titan White #DDCCE2

Color information

#DDCCE2 (or 0xDDCCE2) is unknown color: approx Titan White. HEX triplet: DD, CC and E2. RGB value is (221,204,226). Sum of RGB (Red+Green+Blue) = 221+204+226=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDCCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCE2 is #22331D. Grayscale: #D3D3D3. Windows color (decimal): -2241310 or 14863581. OLE color: 14863581.

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

Color convert

RGB221204226-
CMYK0.020.1000.11
HSL286.36º27.5%84.31%-
HSV(B)286.36º9.73%88.63%-
XYZ65.1464.0580.88-
YUV211.59136.13134.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=33.95%
G=31.34%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212042260.020.1000.11286.3627.584.31
HexDDCCE22A0B11e1b54
Octal33531434221201343633124
Binary11011101110011001110001010101001011100011110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCE2; }

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

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

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

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

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

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

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

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