Html Css Color HEX #D6E8BF Ottoman

📋 copy color: '#D6E8BF'

red 214 ◦ green 232 ◦ blue 191

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

Shades of Ottoman #D6E8BF

Tints of Ottoman #D6E8BF

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 value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#D6E8BF (or 0xD6E8BF) is known color: 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

RGB 214 232 191 -
CMYK 0.08 0 0.18 0.09
HSL 86.34º 0.47% 0.83% -
HSV(B) 86.34º 0.18% 0.91% -
XYZ 65.99 75.77 60.44 -
YUV 221.94 110.54 122.33 -
System Red Green Blue C M Y K H S L
Decimal 214 232 191 0.08 0 0.18 0.09 86.34 0.47 0.83
Hex D6 E8 BF 8 0 12 9 56 2F 53
Octal 326 350 277 10 0 22 11 126 57 123
Binary 11010110 11101000 10111111 1000 0 10010 1001 1010110 101111 1010011

Color Harmonies of #D6E8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8BF

Black with #D6E8BF

Text Example


Text Example

White with #D6E8BF

Text Example


Text Example

HTML Codes & Css Web 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>