Html Css Color HEX #D6DEB2 Orinoco

📋 copy color: '#D6DEB2'

red 214 ◦ green 222 ◦ blue 178

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

Shades of Orinoco #D6DEB2

Tints of Orinoco #D6DEB2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.16%

 BLUE value IS 178 (69.92% from 255) = 28.99%

R = 34.85%
G = 36.16%
B = 28.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#D6DEB2 (or 0xD6DEB2) is known color: Orinoco. HEX triplet: D6, DE and B2. RGB value is (214,222,178). Sum of RGB (Red+Green+Blue) = 214+222+178=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEB2 is #29214D. Grayscale: #D6D6D6. Windows color (decimal): -2695502 or 11722454. OLE color: 11722454.

HSL color Cylindrical-coordinate representation of color #D6DEB2: hue angle of 70.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6DEB2 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 178 -
CMYK 0.04 0 0.20 0.13
HSL 70.91º 0.4% 0.78% -
HSV(B) 70.91º 0.2% 0.87% -
XYZ 61.89 69.75 52.32 -
YUV 214.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 214 222 178 0.04 0 0.20 0.13 70.91 0.4 0.78
Hex D6 DE B2 4 0 14 D 47 28 4E
Octal 326 336 262 4 0 24 15 107 50 116
Binary 11010110 11011110 10110010 100 0 10100 1101 1000111 101000 1001110

Color Harmonies of #D6DEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEB2

Black with #D6DEB2

Text Example


Text Example

White with #D6DEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEB2; }

 p { color: rgb(214,222,178); }

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

background-color css

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

 a { background-color: rgb(214,222,178); }

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

border-color css

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

 span { border-color: rgb(214,222,178); }

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