#D8DBBA

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

Shades of Orinoco #D8DBBA

Tints of Orinoco #D8DBBA

Color information

#D8DBBA (or 0xD8DBBA) is unknown color: approx Orinoco. HEX triplet: D8, DB and BA. RGB value is (216,219,186). Sum of RGB (Red+Green+Blue) = 216+219+186=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBBA is #272445. Grayscale: #D6D6D6. Windows color (decimal): -2565190 or 12245976. OLE color: 12245976.

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

Color convert

RGB216219186-
CMYK0.0100.150.14
HSL65.45º31.43%79.41%-
HSV(B)65.45º15.07%85.88%-
XYZ62.5168.8156.44-
YUV214.34112.01129.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=34.78%
G=35.27%
B=29.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191860.0100.150.1465.4531.4379.41
HexD8DBBA10FE411f4f
Octal33033327210171610137117
Binary11011000110110111011101010111111101000001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBBA; }

 p { color: rgb(216,219,186); }

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

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

 a { background-color: rgb(216,219,186); }

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

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

 span { border-color: rgb(216,219,186); }

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