#DDCCE3

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

Shades of Titan White #DDCCE3

Tints of Titan White #DDCCE3

Color information

#DDCCE3 (or 0xDDCCE3) is unknown color: approx Titan White. HEX triplet: DD, CC and E3. RGB value is (221,204,227). Sum of RGB (Red+Green+Blue) = 221+204+227=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCE3 is #22331C. Grayscale: #D3D3D3. Windows color (decimal): -2241309 or 14929117. OLE color: 14929117.

HSL color Cylindrical-coordinate representation of color #DDCCE3: hue angle of 284.35º degrees, saturation: 0.29, 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 #DDCCE3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221204227-
CMYK0.030.1000.11
HSL284.35º29.11%84.51%-
HSV(B)284.35º10.13%89.02%-
XYZ65.2864.181.61-
YUV211.7136.63134.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=33.90%
G=31.29%
B=34.82%

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
Decimal2212042270.030.1000.11284.3529.1184.51
HexDDCCE33A0B11c1d55
Octal33531434331201343435125
Binary11011101110011001110001111101001011100011100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCE3; }

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

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

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

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

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

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

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

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