#DBD3B5

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

Shades of White Rock #DBD3B5

Tints of White Rock #DBD3B5

Color information

#DBD3B5 (or 0xDBD3B5) is unknown color: approx White Rock. HEX triplet: DB, D3 and B5. RGB value is (219,211,181). Sum of RGB (Red+Green+Blue) = 219+211+181=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3B5 is #242C4A. Grayscale: #D2D2D2. Windows color (decimal): -2370635 or 11916251. OLE color: 11916251.

HSL color Cylindrical-coordinate representation of color #DBD3B5: hue angle of 47.37º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBD3B5 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219211181-
CMYK00.040.170.14
HSL47.37º34.55%78.43%-
HSV(B)47.37º17.35%85.88%-
XYZ60.8564.9853.05-
YUV209.97111.65134.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 181 (71.09% from 255) = 29.62%
R=35.84%
G=34.53%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921118100.040.170.1447.3734.5578.43
HexDBD3B50411E2f234e
Octal3333232650421165743116
Binary11011011110100111011010101001000111101011111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3B5; }

 p { color: rgb(219,211,181); }

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

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

 a { background-color: rgb(219,211,181); }

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

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

 span { border-color: rgb(219,211,181); }

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