#D6E7C1

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

Shades of Ottoman #D6E7C1

Tints of Ottoman #D6E7C1

Color information

#D6E7C1 (or 0xD6E7C1) is unknown color: approx Ottoman. HEX triplet: D6, E7 and C1. RGB value is (214,231,193). Sum of RGB (Red+Green+Blue) = 214+231+193=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E7C1 is #29183E. Grayscale: #DDDDDD. Windows color (decimal): -2693183 or 12707798. OLE color: 12707798.

HSL color Cylindrical-coordinate representation of color #D6E7C1: hue angle of 86.84º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6E7C1 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB214231193-
CMYK0.0700.160.09
HSL86.84º44.19%83.14%-
HSV(B)86.84º16.45%90.59%-
XYZ65.9375.361.51-
YUV221.58111.87122.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 193 (75.78% from 255) = 30.25%
R=33.54%
G=36.21%
B=30.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142311930.0700.160.0986.8444.1983.14
HexD6E7C170109572c53
Octal32634730170201112754123
Binary110101101110011111000001111010000100110101111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7C1; }

 p { color: rgb(214,231,193); }

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

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

 a { background-color: rgb(214,231,193); }

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

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

 span { border-color: rgb(214,231,193); }

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