Html Css Color HEX #D3E6BD Ottoman

📋 copy color: '#D3E6BD'

red 211 ◦ green 230 ◦ blue 189

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

Shades of Ottoman #D3E6BD

Tints of Ottoman #D3E6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.51%

 BLUE value IS 189 (74.22% from 255) = 30%

R = 33.49%
G = 36.51%
B = 30%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#D3E6BD (or 0xD3E6BD) is known color: Ottoman. HEX triplet: D3, E6 and BD. RGB value is (211,230,189). Sum of RGB (Red+Green+Blue) = 211+230+189=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6BD is #2C1942. Grayscale: #DBDBDB. Windows color (decimal): -2890051 or 12445395. OLE color: 12445395.

HSL color Cylindrical-coordinate representation of color #D3E6BD: hue angle of 87.8º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3E6BD is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 230 189 -
CMYK 0.08 0 0.18 0.10
HSL 87.8º 0.45% 0.82% -
HSV(B) 87.8º 0.18% 0.9% -
XYZ 64.35 74.12 59.06 -
YUV 219.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 211 230 189 0.08 0 0.18 0.10 87.8 0.45 0.82
Hex D3 E6 BD 8 0 12 A 58 2D 52
Octal 323 346 275 10 0 22 12 130 55 122
Binary 11010011 11100110 10111101 1000 0 10010 1010 1011000 101101 1010010

Color Harmonies of #D3E6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E6BD

Black with #D3E6BD

Text Example


Text Example

White with #D3E6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E6BD; }

 p { color: rgb(211,230,189); }

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

background-color css

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

 a { background-color: rgb(211,230,189); }

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

border-color css

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

 span { border-color: rgb(211,230,189); }

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