#DEDBE0

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

Shades of Titan White #DEDBE0

Tints of Titan White #DEDBE0

Color information

#DEDBE0 (or 0xDEDBE0) is unknown color: approx Titan White. HEX triplet: DE, DB and E0. RGB value is (222,219,224). Sum of RGB (Red+Green+Blue) = 222+219+224=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBE0 is #21241F. Grayscale: #DCDCDC. Windows color (decimal): -2171936 or 14736350. OLE color: 14736350.

HSL color Cylindrical-coordinate representation of color #DEDBE0: hue angle of 276º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDBE0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222219224-
CMYK0.010.0200.12
HSL276º7.46%86.86%-
HSV(B)276º2.23%87.84%-
XYZ68.9171.5780.7-
YUV220.47129.99129.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 219 (85.94% from 255) = 32.93%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=33.38%
G=32.93%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222192240.010.0200.122767.4686.86
HexDEDBE0120C114757
Octal336333340120144247127
Binary110111101101101111100000110011001000101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBE0; }

 p { color: rgb(222,219,224); }

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

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

 a { background-color: rgb(222,219,224); }

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

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

 span { border-color: rgb(222,219,224); }

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