Html Css Color HEX #D6DBBB Orinoco

📋 copy color: '#D6DBBB'

red 214 ◦ green 219 ◦ blue 187

#D6DBBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #D6DBBB

Tints of Orinoco #D6DBBB

RGB

 RED value IS 214 (83.98% from 255) = 34.52%

 GREEN value IS 219 (85.94% from 255) = 35.32%

 BLUE value IS 187 (73.44% from 255) = 30.16%

R = 34.52%
G = 35.32%
B = 30.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D6DBBB (or 0xD6DBBB) is known color: Orinoco. HEX triplet: D6, DB and BB. RGB value is (214,219,187). Sum of RGB (Red+Green+Blue) = 214+219+187=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBBB is #292444. Grayscale: #D5D5D5. Windows color (decimal): -2696261 or 12311510. OLE color: 12311510.

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

Color convert

RGB 214 219 187 -
CMYK 0.02 0 0.15 0.14
HSL 69.38º 0.31% 0.8% -
HSV(B) 69.38º 0.15% 0.86% -
XYZ 62.03 68.55 56.98 -
YUV 213.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 214 219 187 0.02 0 0.15 0.14 69.38 0.31 0.8
Hex D6 DB BB 2 0 F E 45 1F 50
Octal 326 333 273 2 0 17 16 105 37 120
Binary 11010110 11011011 10111011 10 0 1111 1110 1000101 11111 1010000

Color Harmonies of #D6DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBBB

Black with #D6DBBB

Text Example


Text Example

White with #D6DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBBB; }

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

 H1.HeaderClassName
 {
   color: #D6DBBB;
 }
 .AnyTagClassName
 {
   color: #D6DBBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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