#DCCBE6

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

Shades of Titan White #DCCBE6

Tints of Titan White #DCCBE6

Color information

#DCCBE6 (or 0xDCCBE6) is unknown color: approx Titan White. HEX triplet: DC, CB and E6. RGB value is (220,203,230). Sum of RGB (Red+Green+Blue) = 220+203+230=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBE6 is #233419. Grayscale: #D3D3D3. Windows color (decimal): -2307098 or 15125468. OLE color: 15125468.

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

Color convert

RGB220203230-
CMYK0.040.1200.10
HSL277.78º35.06%84.9%-
HSV(B)277.78º11.74%90.2%-
XYZ65.1563.6483.71-
YUV211.16138.63134.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=33.69%
G=31.09%
B=35.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202032300.040.1200.10277.7835.0684.9
HexDCCBE64C0A1162355
Octal33431334641401242643125
Binary1101110011001011111001101001100010101000101101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBE6; }

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

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

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

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

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

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

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

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