#DBCEE4

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

Shades of Titan White #DBCEE4

Tints of Titan White #DBCEE4

Color information

#DBCEE4 (or 0xDBCEE4) is unknown color: approx Titan White. HEX triplet: DB, CE and E4. RGB value is (219,206,228). Sum of RGB (Red+Green+Blue) = 219+206+228=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBCEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEE4 is #24311B. Grayscale: #D4D4D4. Windows color (decimal): -2371868 or 14995163. OLE color: 14995163.

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

Color convert

RGB219206228-
CMYK0.040.1000.11
HSL275.45º28.95%85.1%-
HSV(B)275.45º9.65%89.41%-
XYZ65.2964.882.47-
YUV212.4136.81132.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=33.54%
G=31.55%
B=34.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192062280.040.1000.11275.4528.9585.1
HexDBCEE44A0B1131d55
Octal33331634441201342335125
Binary110110111100111011100100100101001011100010011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEE4; }

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

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

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

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

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

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

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

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