#DBCEE3

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

Shades of Titan White #DBCEE3

Tints of Titan White #DBCEE3

Color information

#DBCEE3 (or 0xDBCEE3) is unknown color: approx Titan White. HEX triplet: DB, CE and E3. RGB value is (219,206,227). Sum of RGB (Red+Green+Blue) = 219+206+227=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEE3 is #24311C. Grayscale: #D4D4D4. Windows color (decimal): -2371869 or 14929627. OLE color: 14929627.

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

Color convert

RGB219206227-
CMYK0.040.0900.11
HSL277.14º27.27%84.9%-
HSV(B)277.14º9.25%89.02%-
XYZ65.1564.7581.74-
YUV212.28136.31132.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=33.59%
G=31.60%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192062270.040.0900.11277.1427.2784.9
HexDBCEE3490B1151b55
Octal33331634341101342533125
Binary110110111100111011100011100100101011100010101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCEE3; }

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

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

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

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

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

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

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

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