#D5DBBA

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

Shades of Orinoco #D5DBBA

Tints of Orinoco #D5DBBA

Color information

#D5DBBA (or 0xD5DBBA) is unknown color: approx Orinoco. HEX triplet: D5, DB and BA. RGB value is (213,219,186). Sum of RGB (Red+Green+Blue) = 213+219+186=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBBA is #2A2445. Grayscale: #D5D5D5. Windows color (decimal): -2761798 or 12245973. OLE color: 12245973.

HSL color Cylindrical-coordinate representation of color #D5DBBA: hue angle of 70.91º 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 #D5DBBA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB213219186-
CMYK0.0300.150.14
HSL70.91º31.43%79.41%-
HSV(B)70.91º15.07%85.88%-
XYZ61.6468.3556.4-
YUV213.44112.51127.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=34.47%
G=35.44%
B=30.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191860.0300.150.1470.9131.4379.41
HexD5DBBA30FE471f4f
Octal32533327230171610737117
Binary110101011101101110111010110111111101000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBBA; }

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

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

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

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

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

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

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

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