#D5DABB

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

Shades of Orinoco #D5DABB

Tints of Orinoco #D5DABB

Color information

#D5DABB (or 0xD5DABB) is unknown color: approx Orinoco. HEX triplet: D5, DA and BB. RGB value is (213,218,187). Sum of RGB (Red+Green+Blue) = 213+218+187=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DABB is #2A2544. Grayscale: #D5D5D5. Windows color (decimal): -2762053 or 12311253. OLE color: 12311253.

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

Color convert

RGB213218187-
CMYK0.0200.140.15
HSL69.68º29.52%79.41%-
HSV(B)69.68º14.22%85.49%-
XYZ61.4867.8856.87-
YUV212.97113.34128.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=34.47%
G=35.28%
B=30.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181870.0200.140.1569.6829.5279.41
HexD5DABB20EF461e4f
Octal32533227320161710636117
Binary110101011101101010111011100111011111000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DABB; }

 p { color: rgb(213,218,187); }

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

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

 a { background-color: rgb(213,218,187); }

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

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

 span { border-color: rgb(213,218,187); }

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