#DDCFE7

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

Shades of Titan White #DDCFE7

Tints of Titan White #DDCFE7

Color information

#DDCFE7 (or 0xDDCFE7) is unknown color: approx Titan White. HEX triplet: DD, CF and E7. RGB value is (221,207,231). Sum of RGB (Red+Green+Blue) = 221+207+231=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFE7 is #223018. Grayscale: #D5D5D5. Windows color (decimal): -2240537 or 15192029. OLE color: 15192029.

HSL color Cylindrical-coordinate representation of color #DDCFE7: hue angle of 275º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCFE7 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221207231-
CMYK0.040.1000.09
HSL275º33.33%85.88%-
HSV(B)275º10.39%90.59%-
XYZ66.5665.7784.79-
YUV213.92137.64133.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=33.54%
G=31.41%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212072310.040.1000.0927533.3385.88
HexDDCFE74A091132156
Octal33531734741201142341126
Binary1101110111001111111001111001010010011000100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFE7; }

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

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

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

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

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

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

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

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