#DDCCE4

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

Shades of Titan White #DDCCE4

Tints of Titan White #DDCCE4

Color information

#DDCCE4 (or 0xDDCCE4) is unknown color: approx Titan White. HEX triplet: DD, CC and E4. RGB value is (221,204,228). Sum of RGB (Red+Green+Blue) = 221+204+228=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDCCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCE4 is #22331B. Grayscale: #D3D3D3. Windows color (decimal): -2241308 or 14994653. OLE color: 14994653.

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

Color convert

RGB221204228-
CMYK0.030.1100.11
HSL282.5º30.77%84.71%-
HSV(B)282.5º10.53%89.41%-
XYZ65.4264.1682.34-
YUV211.82137.13134.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=33.84%
G=31.24%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212042280.030.1100.11282.530.7784.71
HexDDCCE43B0B11a1f55
Octal33531434431301343237125
Binary11011101110011001110010011101101011100011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCE4; }

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

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

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

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

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

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

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

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