#DBD4CE

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

Shades of Gallery #DBD4CE

Tints of Gallery #DBD4CE

Color information

#DBD4CE (or 0xDBD4CE) is unknown color: approx Gallery. HEX triplet: DB, D4 and CE. RGB value is (219,212,206). Sum of RGB (Red+Green+Blue) = 219+212+206=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4CE is #242B31. Grayscale: #D5D5D5. Windows color (decimal): -2370354 or 13554907. OLE color: 13554907.

HSL color Cylindrical-coordinate representation of color #DBD4CE: hue angle of 27.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD4CE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219212206-
CMYK00.030.060.14
HSL27.69º15.29%83.33%-
HSV(B)27.69º5.94%85.88%-
XYZ63.966.667.88-
YUV213.41123.82131.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=34.38%
G=33.28%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921220600.030.060.1427.6915.2983.33
HexDBD4CE036E1cf53
Octal333324316036163417123
Binary11011011110101001100111001111011101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4CE; }

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

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

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

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

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

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

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

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