#DBC2E4

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

Shades of Titan White #DBC2E4

Tints of Titan White #DBC2E4

Color information

#DBC2E4 (or 0xDBC2E4) is unknown color: approx Titan White. HEX triplet: DB, C2 and E4. RGB value is (219,194,228). Sum of RGB (Red+Green+Blue) = 219+194+228=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBC2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2E4 is #243D1B. Grayscale: #CDCDCD. Windows color (decimal): -2374940 or 14992091. OLE color: 14992091.

HSL color Cylindrical-coordinate representation of color #DBC2E4: hue angle of 284.12º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBC2E4 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219194228-
CMYK0.040.1500.11
HSL284.12º38.64%82.75%-
HSV(B)284.12º14.91%89.41%-
XYZ62.5159.2581.54-
YUV205.35140.78137.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 194 (76.17% from 255) = 30.27%
BLUE value IS 228 (89.45% from 255) = 35.57%
R=34.17%
G=30.27%
B=35.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191942280.040.1500.11284.1238.6482.75
HexDBC2E44F0B11c2753
Octal33330234441701343447123
Binary1101101111000010111001001001111010111000111001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2E4; }

 p { color: rgb(219,194,228); }

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

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

 a { background-color: rgb(219,194,228); }

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

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

 span { border-color: rgb(219,194,228); }

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