#DCCEE8

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

Shades of Titan White #DCCEE8

Tints of Titan White #DCCEE8

Color information

#DCCEE8 (or 0xDCCEE8) is unknown color: approx Titan White. HEX triplet: DC, CE and E8. RGB value is (220,206,232). Sum of RGB (Red+Green+Blue) = 220+206+232=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEE8 is #233117. Grayscale: #D5D5D5. Windows color (decimal): -2306328 or 15257308. OLE color: 15257308.

HSL color Cylindrical-coordinate representation of color #DCCEE8: hue angle of 272.31º degrees, saturation: 0.36, 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 #DCCEE8 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220206232-
CMYK0.050.1100.09
HSL272.31º36.11%85.88%-
HSV(B)272.31º11.21%90.98%-
XYZ66.1565.1885.44-
YUV213.15138.64132.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=33.43%
G=31.31%
B=35.26%

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
Decimal2202062320.050.1100.09272.3136.1185.88
HexDCCEE85B091102456
Octal33431635051301142044126
Binary1101110011001110111010001011011010011000100001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCEE8; }

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

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

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

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

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

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

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

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