#DDCFE5

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

Shades of Titan White #DDCFE5

Tints of Titan White #DDCFE5

Color information

#DDCFE5 (or 0xDDCFE5) is unknown color: approx Titan White. HEX triplet: DD, CF and E5. RGB value is (221,207,229). Sum of RGB (Red+Green+Blue) = 221+207+229=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFE5 is #22301A. Grayscale: #D5D5D5. Windows color (decimal): -2240539 or 15060957. OLE color: 15060957.

HSL color Cylindrical-coordinate representation of color #DDCFE5: hue angle of 278.18º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCFE5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221207229-
CMYK0.030.1000.10
HSL278.18º29.73%85.49%-
HSV(B)278.18º9.61%89.8%-
XYZ66.2765.6583.31-
YUV213.69136.64133.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=33.64%
G=31.51%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212072290.030.1000.10278.1829.7385.49
HexDDCFE53A0A1161e55
Octal33531734531201242636125
Binary11011101110011111110010111101001010100010110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFE5; }

 p { color: rgb(221,207,229); }

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

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

 a { background-color: rgb(221,207,229); }

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

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

 span { border-color: rgb(221,207,229); }

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