Html Css Color HEX #D6DABC Orinoco

📋 copy color: '#D6DABC'

red 214 ◦ green 218 ◦ blue 188

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

Shades of Orinoco #D6DABC

Tints of Orinoco #D6DABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.16%

 BLUE value IS 188 (73.83% from 255) = 30.32%

R = 34.52%
G = 35.16%
B = 30.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D6DABC (or 0xD6DABC) is known color: Orinoco. HEX triplet: D6, DA and BC. RGB value is (214,218,188). Sum of RGB (Red+Green+Blue) = 214+218+188=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DABC is #292543. Grayscale: #D5D5D5. Windows color (decimal): -2696516 or 12376790. OLE color: 12376790.

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

Color convert

RGB 214 218 188 -
CMYK 0.02 0 0.14 0.15
HSL 68º 0.29% 0.8% -
HSV(B) 68º 0.14% 0.85% -
XYZ 61.88 68.07 57.45 -
YUV 213.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 214 218 188 0.02 0 0.14 0.15 68 0.29 0.8
Hex D6 DA BC 2 0 E F 44 1D 50
Octal 326 332 274 2 0 16 17 104 35 120
Binary 11010110 11011010 10111100 10 0 1110 1111 1000100 11101 1010000

Color Harmonies of #D6DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DABC

Black with #D6DABC

Text Example


Text Example

White with #D6DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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