#d6e8bf

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

Shades of Ottoman #D6E8BF

Tints of Ottoman #D6E8BF

Color information

#D6E8BF (or 0xD6E8BF) is unknown color: approx Ottoman. HEX triplet: D6, E8 and BF. RGB value is (214,232,191). Sum of RGB (Red+Green+Blue) = 214+232+191=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8BF is #291740. Grayscale: #DEDEDE. Windows color (decimal): -2692929 or 12576982. OLE color: 12576982.

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

Color convert

RGB214232191-
CMYK0.0800.180.09
HSL86.34º47.13%82.94%-
HSV(B)86.34º17.67%90.98%-
XYZ65.9975.7760.44-
YUV221.94110.54122.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 232 (91.02% from 255) = 36.42%
BLUE value IS 191 (75% from 255) = 29.98%
R=33.59%
G=36.42%
B=29.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142321910.0800.180.0986.3447.1382.94
HexD6E8BF80129562f53
Octal326350277100221112657123
Binary1101011011101000101111111000010010100110101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6e8bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6e8bf; }

 p { color: rgb(214,232,191); }

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

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

 a { background-color: rgb(214,232,191); }

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

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

 span { border-color: rgb(214,232,191); }

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