Html Css Color HEX #D3E3BF Ottoman

📋 copy color: '#D3E3BF'

red 211 ◦ green 227 ◦ blue 191

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

Shades of Ottoman #D3E3BF

Tints of Ottoman #D3E3BF

RGB

 RED value IS 211 (82.81% from 255) = 33.55%

 GREEN value IS 227 (89.06% from 255) = 36.09%

 BLUE value IS 191 (75% from 255) = 30.37%

R = 33.55%
G = 36.09%
B = 30.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#D3E3BF (or 0xD3E3BF) is known color: Ottoman. HEX triplet: D3, E3 and BF. RGB value is (211,227,191). Sum of RGB (Red+Green+Blue) = 211+227+191=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3BF is #2C1C40. Grayscale: #DADADA. Windows color (decimal): -2890817 or 12575699. OLE color: 12575699.

HSL color Cylindrical-coordinate representation of color #D3E3BF: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3E3BF is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 227 191 -
CMYK 0.07 0 0.16 0.11
HSL 86.67º 0.39% 0.82% -
HSV(B) 86.67º 0.16% 0.89% -
XYZ 63.74 72.55 59.93 -
YUV 218.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 211 227 191 0.07 0 0.16 0.11 86.67 0.39 0.82
Hex D3 E3 BF 7 0 10 B 57 27 52
Octal 323 343 277 7 0 20 13 127 47 122
Binary 11010011 11100011 10111111 111 0 10000 1011 1010111 100111 1010010

Color Harmonies of #D3E3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E3BF

Black with #D3E3BF

Text Example


Text Example

White with #D3E3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E3BF; }

 p { color: rgb(211,227,191); }

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

background-color css

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

 a { background-color: rgb(211,227,191); }

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

border-color css

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

 span { border-color: rgb(211,227,191); }

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