#DCCBE5

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

Shades of Titan White #DCCBE5

Tints of Titan White #DCCBE5

Color information

#DCCBE5 (or 0xDCCBE5) is unknown color: approx Titan White. HEX triplet: DC, CB and E5. RGB value is (220,203,229). Sum of RGB (Red+Green+Blue) = 220+203+229=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBE5 is #23341A. Grayscale: #D2D2D2. Windows color (decimal): -2307099 or 15059932. OLE color: 15059932.

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

Color convert

RGB220203229-
CMYK0.040.1100.10
HSL279.23º33.33%84.71%-
HSV(B)279.23º11.35%89.8%-
XYZ65.0163.5882.98-
YUV211.05138.13134.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=33.74%
G=31.13%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202032290.040.1100.10279.2333.3384.71
HexDCCBE54B0A1172155
Octal33431334541301242741125
Binary1101110011001011111001011001011010101000101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBE5; }

 p { color: rgb(220,203,229); }

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

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

 a { background-color: rgb(220,203,229); }

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

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

 span { border-color: rgb(220,203,229); }

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