Html Css Color HEX #D3E6BA Ottoman

📋 copy color: '#D3E6BA'

red 211 ◦ green 230 ◦ blue 186

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

Shades of Ottoman #D3E6BA

Tints of Ottoman #D3E6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.67%

R = 33.65%
G = 36.68%
B = 29.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#D3E6BA (or 0xD3E6BA) is known color: Ottoman. HEX triplet: D3, E6 and BA. RGB value is (211,230,186). Sum of RGB (Red+Green+Blue) = 211+230+186=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6BA is #2C1945. Grayscale: #DBDBDB. Windows color (decimal): -2890054 or 12248787. OLE color: 12248787.

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

Color convert

RGB 211 230 186 -
CMYK 0.08 0 0.19 0.10
HSL 85.91º 0.47% 0.82% -
HSV(B) 85.91º 0.19% 0.9% -
XYZ 64.02 73.99 57.36 -
YUV 219.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 211 230 186 0.08 0 0.19 0.10 85.91 0.47 0.82
Hex D3 E6 BA 8 0 13 A 56 2F 52
Octal 323 346 272 10 0 23 12 126 57 122
Binary 11010011 11100110 10111010 1000 0 10011 1010 1010110 101111 1010010

Color Harmonies of #D3E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E6BA

Black with #D3E6BA

Text Example


Text Example

White with #D3E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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