#DDCFE6

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

Shades of Titan White #DDCFE6

Tints of Titan White #DDCFE6

Color information

#DDCFE6 (or 0xDDCFE6) is unknown color: approx Titan White. HEX triplet: DD, CF and E6. RGB value is (221,207,230). Sum of RGB (Red+Green+Blue) = 221+207+230=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFE6 is #223019. Grayscale: #D5D5D5. Windows color (decimal): -2240538 or 15126493. OLE color: 15126493.

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

Color convert

RGB221207230-
CMYK0.040.1000.10
HSL276.52º31.51%85.69%-
HSV(B)276.52º10%90.2%-
XYZ66.4165.7184.05-
YUV213.81137.14133.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=33.59%
G=31.46%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212072300.040.1000.10276.5231.5185.69
HexDDCFE64A0A1152056
Octal33531734641201242540126
Binary1101110111001111111001101001010010101000101011000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFE6; }

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

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

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

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

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

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

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

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