#DCCEE7

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

Shades of Titan White #DCCEE7

Tints of Titan White #DCCEE7

Color information

#DCCEE7 (or 0xDCCEE7) is unknown color: approx Titan White. HEX triplet: DC, CE and E7. RGB value is (220,206,231). Sum of RGB (Red+Green+Blue) = 220+206+231=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEE7 is #233118. Grayscale: #D4D4D4. Windows color (decimal): -2306329 or 15191772. OLE color: 15191772.

HSL color Cylindrical-coordinate representation of color #DCCEE7: hue angle of 273.6º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCEE7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220206231-
CMYK0.050.1100.09
HSL273.6º34.25%85.69%-
HSV(B)273.6º10.82%90.59%-
XYZ66.0165.1384.69-
YUV213.04138.14132.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=33.49%
G=31.35%
B=35.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202062310.050.1100.09273.634.2585.69
HexDCCEE75B091122256
Octal33431634751301142242126
Binary1101110011001110111001111011011010011000100101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEE7; }

 p { color: rgb(220,206,231); }

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

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

 a { background-color: rgb(220,206,231); }

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

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

 span { border-color: rgb(220,206,231); }

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