#D6DABB

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

Shades of Orinoco #D6DABB

Tints of Orinoco #D6DABB

Color information

#D6DABB (or 0xD6DABB) is unknown color: approx Orinoco. HEX triplet: D6, DA and BB. RGB value is (214,218,187). Sum of RGB (Red+Green+Blue) = 214+218+187=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DABB is #292544. Grayscale: #D5D5D5. Windows color (decimal): -2696517 or 12311254. OLE color: 12311254.

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

Color convert

RGB214218187-
CMYK0.0200.140.15
HSL67.74º29.52%79.41%-
HSV(B)67.74º14.22%85.49%-
XYZ61.7768.0356.89-
YUV213.27113.17128.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=34.57%
G=35.22%
B=30.21%

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
Decimal2142181870.0200.140.1567.7429.5279.41
HexD6DABB20EF441e4f
Octal32633227320161710436117
Binary110101101101101010111011100111011111000100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DABB; }

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

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

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

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

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

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

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

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