#DCCFE6

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

Shades of Titan White #DCCFE6

Tints of Titan White #DCCFE6

Color information

#DCCFE6 (or 0xDCCFE6) is unknown color: approx Titan White. HEX triplet: DC, CF and E6. RGB value is (220,207,230). Sum of RGB (Red+Green+Blue) = 220+207+230=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCFE6 is #233019. Grayscale: #D5D5D5. Windows color (decimal): -2306074 or 15126492. OLE color: 15126492.

HSL color Cylindrical-coordinate representation of color #DCCFE6: hue angle of 273.91º 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 #DCCFE6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220207230-
CMYK0.040.1000.10
HSL273.91º31.51%85.69%-
HSV(B)273.91º10%90.2%-
XYZ66.1165.5584.03-
YUV213.51137.31132.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=33.49%
G=31.51%
B=35.01%

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
Decimal2202072300.040.1000.10273.9131.5185.69
HexDCCFE64A0A1122056
Octal33431734641201242240126
Binary1101110011001111111001101001010010101000100101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFE6; }

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

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

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

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

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

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

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

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